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
Hey! I found this example from this page. I did as the docs suggested, adding an override to the DATABASE_URL environment variable in package.json. I couldn't get it to work so I tried this example repository and also found that it failed to run the migrations.
I cloned the data-proxy branch and added a .env file with two variables:
Hey! I found this example from this page. I did as the docs suggested, adding an override to the
DATABASE_URL
environment variable inpackage.json
. I couldn't get it to work so I tried this example repository and also found that it failed to run the migrations.I cloned the
data-proxy
branch and added a.env
file with two variables:Then I ran
yarn run prisma:migrate
script and got the following error:Any ideas?
The text was updated successfully, but these errors were encountered: