steps to reproduce:
visiting my site under: https://achilles-7z9p9.ondigitalocean.app click on any site in the navigation do a reload
Expectation getting the page for the route Receive: 404 page
i just find answers for droplet Apps :(
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
@balzerrei @dikshith This worked for me, steps to solve:
download current app spec from https://cloud.digitalocean.com/apps, in the settings tab you will find App Spec to app.yaml file
add
catchall_document: index.html
doctl apps list
doctl apps update {{ap_id}} --spec app.yaml
This worked for me for my app with React Vite. +
react-router-dom
v6. Thanks!@Ghenadie works like a charm! 😁