Quan
Explore posts from serversPPrisma
•Created by Quan on 3/19/2025 in #help-and-questions
Environment variables in .env file
I have a .env file
And it seems like prisma is having trouble parsing this, it gives a
Error parsing connection string: invalid port number in database URL.
, I was under the impression that strings should be parsed ok if they are wrapped in quotes, is this not true?6 replies
PPrisma
•Created by Quan on 3/3/2025 in #help-and-questions
Running prisma migrate deploy in a production server
Hi all, I was wondering if I should be running prisma generate before prisma migrate deploy in a production server, I feel like I haven't seen this in any of the docs I've seen. I'm currently executing this:
4 replies