Adonisjs v6 app, migrations and seeder not running
I've been able to succesfully build and deploy my Adonisjs v6 app, with the below nixpack, the only issue that I'm running into now is that I can't login since my initial migrations didn't run and I'm not sure why since it looks like that should've been part of the build.
I'm relatively new to nixpacks so any pointers or tips would be appreciated
9 Replies
Project ID:
722dccb2-d05a-4099-b21f-f525bef38d3c
722dccb2-d05a-4099-b21f-f525bef38d3c
from your build logs -
change the migration command to
node ace migration:run --force
Thanks! trying that now real quick, fingers crossed
huh, kinda stumped here
Not sure why there isn't more output from the command
you can scroll up lol
ah, sorry not used to reading this output
try enabling the new builder in the service settings, the private network is not available on the legacy builder
π That did the trick!
awsome