You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to do a couple changes that might help someone else. I'm on silicon mac.
You must add connect_timeout=300 or prisma doesnt work (on mac) 'postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:5432/${POSTGRES_DB}?schema=public&connect_timeout=300'
package.json had to add "type" : "module"
had to cp dev.env to .env for some reason.
Cheers
The text was updated successfully, but these errors were encountered:
Thanks for the repo and article!
I had to do a couple changes that might help someone else. I'm on silicon mac.
You must add connect_timeout=300 or prisma doesnt work (on mac)
'postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:5432/${POSTGRES_DB}?schema=public&connect_timeout=300'
package.json had to add
"type" : "module"
had to cp dev.env to .env for some reason.
Cheers
The text was updated successfully, but these errors were encountered: