React router.dom with vite react

Hi guys!

I’m very problems with the react.router.dom library. I using the npm and my configuration is correct. My app is vite react.

for example for: Auth Frontend

The result is:

Unexpected Application Error!

404 Not Found

Please, can help me?

thanks

Hi there,

Are you running the service as a Web Service or a Static Site? For basic React apps we typically recommend a Static Site, per our doc example: https://docs.render.com/deploy-create-react-app.

If you wish to use a library that cedes routing to your application you will need to run it as a Web Service so your routes get properly processed on the backend.

Hope that helps!

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.