Closed RoneoOrg closed 2 years ago
You have to go to site settings > build & deploy > environment and add these variables:
FRONTEND_URL=http://localhost:3000
DATABASE_URL=postgresql://postgres:example@url:3000/postgres
SESSION_SECRET=please_change_me
Replace DATABASE_URL with a postgres database connection string and FRONTEND_URL with the url ending in netlify.app. Redeploy the site.
I add this to the deployment docs.
Hi there,
I've tested the "One Click deploy to Netlify" button from the readme and here is the result from the Netlify build logs:
Here is the full report; OTH: