Python deployed app file not found

I am new to Render but sure what I am doing is almost correct :slight_smile: Think I might just be missing something.

I have created a basic api to display random quotes in Python. The path is working on my localhost but once deployed then I get the “Not Found” page. Anyone have experience with deploying Python apps to Render? :thinking:

Ok I think I found something but still not working 100% as expected :slight_smile: I was deploying it as static site and it should have been web service. This article explains it: Deploy a Flask App | Render · Cloud Hosting for Developers

I still can’t see my api data though, any ideas? Here is the url: https://randomquote-api.onrender.com

Hi,

Looks your app isn’t configured to respond to a root path. Have you got another path configured?

Alan

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