Closed phildionne closed 5 years ago
Also, I couldn't install accent directly with the heroku button, it failed after the build phase without explanation nor logs. To circumvent I checked-out the repo locally and create an app from scratch, then doing a classic git deploy, hence the possible weird state I'm in.
Hey! If you deployed the app manually, you might be missing the migration that runs when deploying with the Heroku button: https://github.com/mirego/accent/blob/6e4a0d9846d91c02b0b8572f59de52ad75e008be/app.json#L15 You would probably need to run that manually via the Heroku console.
Indeed, this works. Thanks!
On a fresh heroku install, there are no master languages available in the select component upon creation of a new project.
The graphql query is fired and returns no data:
I would expect languages to be seeded in the database upon the first heroku
release
withmix ecto.migrate
as defined in theProcfile
. Any ideas how I could end up in that state, and how to manually seed the missing data?Thanks!