Deploy/build successful blank page

Hello

I am trying to deploy a flask app, the build is successful and the site is live.
However, a blank page is returned with “Not Found” text here https://daily-quote.onrender.com/

PS: I am pretty new to deployment and render services, is there a way to check logs or is it for paid users?

Hey,

It looks like you’re trying to deploy a Flask app as a static site, which is probably not a good idea. Instead, you’re probably looking for a web service.

Check our tutorial on deploying Flask apps in Render: https://render.com/docs/deploy-flask and let me know if you require any further help.

Jérémy, Render Support

1 Like

@jeremy-render Problem solved, thank you.

Another question if you don’t mind, I have a scheduler to call an API at specific intervals
Is this service not available for a free account?

Cron jobs begin at 1 USD per month, but you’re always billed by the minute.
Pricing | Render · Cloud Hosting for Developers

So not free, but its not gonna break your bank.

1 Like

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