Vite: On Live Server, Fix React Router Page 404 on Refresh
On localhost, my React app works just fine using BrowserRouter.
But as I try same app on a Live Server, I get an error page on Refresh.
Please, how can I fix this?
In anticipation, thanks for your help.
Solution:Jump to solution
https://github.com/brody192/vite-react-template
copy the nixpacks.toml and Caddyfile from this repo into yours.
if applicable, remove any custom build or start commands you may have set in the service settings....
3 Replies
Project ID:
N/A
N/A
Solution
https://github.com/brody192/vite-react-template
copy the nixpacks.toml and Caddyfile from this repo into yours.
if applicable, remove any custom build or start commands you may have set in the service settings.