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
If you change the endpoint to localhost in the .env file, and run prisma deploy from the root of the project, it will tell you to run docker-compose up -d. So when you configure it and run prisma deploy again, it does not work. Also, prisma local start does not work.
Maybe asking to create local instance or prisma-us1 etc.. was a good option to have after using this.
The text was updated successfully, but these errors were encountered:
If you change the endpoint to localhost in the .env file, and run
prisma deploy
from the root of the project, it will tell you to rundocker-compose up -d
. So when you configure it and run prisma deploy again, it does not work. Also,prisma local start
does not work.Maybe asking to create local instance or prisma-us1 etc.. was a good option to have after using this.
The text was updated successfully, but these errors were encountered: