We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This happens when I use Astro Build static files and proxy with nginx and there is no 404 page and all 404 requests redirect to homepage
No response
ubuntu 24.04
The text was updated successfully, but these errors were encountered:
What is the bug? Please add more information on what is happening and what you expect to happen.
Sorry, something went wrong.
nginx does not return a 404.html with a non-existent url but points to the home page with that path for example: https://example.com/robots.txt/
That is expected behaviour currently. The 404 should be handled by the client. What would you expect in this case?
No branches or pull requests
Is there an existing issue for this?
Describe the bug
This happens when I use Astro Build static files and proxy with nginx and there is no 404 page and all 404 requests redirect to homepage
To reproduce
Expected behavior
No response
Environment
ubuntu 24.04
The text was updated successfully, but these errors were encountered: