Paths not working when deployed to railway but works in local environment
Currently making a vite/typescript/react project that has working route handling locally but does not when deployed.
7 Replies
Project ID:
9628a240-232e-49e7-9a3c-d773077494e1
is this a csr rendered spa app?
9628a240-232e-49e7-9a3c-d773077494e1
Just a standard vite app
GitHub
GitHub - Cbturtle2/PersonalWebsite
Contribute to Cbturtle2/PersonalWebsite development by creating an account on GitHub.
i see the problem
heres a vite/react template
https://github.com/brody192/vite-react-template
to get yours working you should only need to copy the
Caddyfile
and nixpacks.toml
file from that repo into yoursTesting, one sec 🙂
Works great. thanks a ton!
no problem!