Is the free tier compatible with Flask applications using MySQL databases?

My Flask application runs into an internal server error whenever I try to login to my web app. I believe this is due to the request needing to connect to my database which it can’t. I’m assuming the error is due to render not allowing persistent disks for free tiers?

Hey,

A MySQL database hosted on Render would typically be hosted on a private service (paid) and will have to be provisioned with a Disk for persisting its data (also paid)

Jérémy.
Render Support, UTC+3

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