Error 404 when accessing or reloading page

Hello.

I have an application uploaded to render. This application has a django backend and its deployment is a web app. The frontend part is made with React Vite, my frontend I have it uploaded as a static web page. When I access to my app, I navigate well through it, but when I reload the page or enter a specific url of the app, I get a black screen with Not found. I have created in my frontend a redirect and rewrite rule. In source I have /* and destination https://clinic-app-frontend.onrender.com which is my frontend url. With this change I still get the black page, but now I don’t get Not Found. Can anyone help me with this problem? It is my first deployment and I am lost in these matters.

Thanks in advance.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.