I deployed my static web app follow this guide:
But routes not working, sub page can’t access. ex: your_domain/about or your_domain/contact with error: 404 Not Found.
I found some similar topics but they do it with the App Platform not with Droplets
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
I believe that you need to have your
/
location set to the following in order for the routes to work:If this still does not work, could you share your whole Nginx server block here?
Regards, Bobby