Hello, I’m a new user trying to migrate a personal project from Heroku. My deploys are failing without any logs. Tried to follow the steps on migration guide Migrate from Heroku to Render | Render
The project is a GH repo, a Flask backend and a React frontend.
Our engineers are aware of this issue and are currently implementing a fix. You can follow along for further updates on our status page: https://status.render.com/
Thanks for the information. The status page shows the issue is fixed, however, this time I cannot re deploy. I keep getting Internal Server Error. Tried manual commit deploys as well as clear build cache & deploy
Hey, I guess I should thank for the rather slow replies as I’ve finally decided to stop relying on managed deployment services and spent some time taking some online Docker classes & learning how to properly dockerize my application. After that, I’ve just pushed a new Dockerfile and now it seems to run very well without issues. Thanks