database url
I changed the db folder name to prisma and when starting the server I get an error stating it cant find the db folder. I guess I need to change the path from /db to /prisma and think that if I add the database url to the .env that that may solve it. If that is the case where will I find my database url, and if not, where can I change the database url that is currently looking in the wrong place?
3 Replies
all good, found what i needed in .waspchecksums
You shouldn't be touching any of the .wasp folder files since your changes will get overwritten next time you start
wasp start
.
Could you share the original error?Yup, sounds like you are touching Wasp internals, you shouldn't have to do that -> what made you go in that direction? We can try to help you figure out another way to solve whatever issue you had!