slicksammy
Deploying create react app
Project id 4f0fc161-46d1-43d8-8755-ed4c3ba94e92
I'm trying to deploy a create-react-app project but the build fails. First it failed with "yarn run build" and then I set "npm run build" as the command and that also failed.
These commands work fine locally.
20 replies
DATABASE_URL missing
Project id: 4f0fc161-46d1-43d8-8755-ed4c3ba94e92/service/bf2faa32-b938-49c1-b00a-0fa3b5b60384
I am deploying a Djano app.
My Procfile is:
In my settings.py file I have:
The error I am getting is
In my app I have the DATABASE_URL var set but it looks like it is missing in this process.
Ideas?
8 replies