Pre-release app is broken with out of date database and can't be deployed #2715
Labels
bug
breakages in functionality that is implemented
documentation
how to use administrate, examples and common usage
Milestone
Currently, if you go to https://administrate-demo-prerelease.herokuapp.com/admin, you get a 500 error.
We have this setup to deploy immediately from
main
, so it sometimes breaks when we make changes.Looking in the logs on Heroku, the origin of that error is:
But, if I deploy, we get:
It's buried in there a bit, but it's because something (the buildpack?) is looking for the
Gemfile
in the wrong place.The text was updated successfully, but these errors were encountered: