ENV Variable for DATABASE_URL won't update when I run npx prisma db push
I updated my .env variable for the Prisma DB Database URL but when I run the prisma commands I get errors such as p1000 that show it is still trying to connect to my old PlanetScale DB.
Any ideas on how I can get it updated? I tried to Google and search GitHub but it has not helped so far.
0 Replies