Do you have a Dockerfile in the root of the repo, or are you specifying an incorrect path in the root directory for the project? Perhaps share a screenshot of the folder structure and we can help out here?
I have an issue with my backend api developed in python using fastapi on production mode on render even though everything works perfectly on development mode. I successfully deployed my backend on render seperately from my frontend which means I have two different domains one for the backend and the other for the frontend. I am building an AI voice chatbot so when I send a voice message from my frontend, it sends the message to the backend which will return both my voice message and the backend audio playback message. Like I said before that everything works perfectly on dev mode. Upon further investigation I realized that there are errors in my console tab which are these " Failed to load resource: net::ERR_REQUEST_RANGE_NOT_SATISFIABLE
blob:https://ai-voice-chatbot-for-the-kids-frontend.onrender.com/ec105137-f31d-4128-97d4-d01a518bfecc:1
Failed to load resource: net::ERR_REQUEST_RANGE_NOT_SATISFIABLE
ai-voice-chatbot-for…end.onrender.com/:1 Uncaught (in promise) DOMException: Failed to load because no supported source was found. " Please help me out.
@skybold Please start a new thread for your specific question or reach out to us from directly from our dashboard, but an error like this is more likely an application issue as opposed to a Render issue,