I’ve created a Django project that works in localhost. It builds and deploys as a “Web Service” on Render just fine, but I get a “The requested resource was not found on this server” error when trying to visit the deployed app. I suspect it has something to do with routes, but I’m not sure what needs to change to get successful deployment. Here’s how I have the routes set up in both the project and its app “API”. Would appreciate any help.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.