- Notifications
You must be signed in to change notification settings - Fork927
fix: make non-existent asset paths return a 404#14472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Before, if a file was not found we would serve the app.
code-asher commentedAug 28, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@BrunoQuaresma we are not relying on |
Just realized@BrunoQuaresma is out for a bit, so going to request someone else |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Good catch 👍
cd38e29
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Before, if a file was not found we would serve the app. I do not think we were relying on falling back to the app for
/assets
so should be safe to just return a 404 instead.Fixes#14409