I hosted my backend service todoer-backend.onrender.com
The / route is working but any of its initial routes like /auth/isLogged are saying not found
Why is it that my app is deployed but my routes are not being hit?
Hi there,
Routing for Web Services is controlled by the application. If you are seeing 404
errors at those routes, it typically means the application is not picking up requests at those locations and routing them to the right code.
We do offer controls to add redirects & rewrites for Static Sites, which are explained here: https://docs.render.com/redirects-rewrites
Let us know if you have any further questions.
Regards,
Mike
Render Support Engineer, MT (UTC-6, UTC-7 in Winter)
The routes in the env were wrong. Anyways, it was a mistake on my side. Really sorry to bother. Thank you for taking your time to reach out
Hi there,
No worries! Glad you got the problem resolved.
Regards,
Mike
Render Support Engineer, MT (UTC-6, UTC-7 in Winter)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.