rambo298
Explore posts from serversPPrisma
•Created by rambo298 on 4/29/2025 in #help-and-questions
Access dev.db from the command line
I'm trying to access the Prisma database that my JavaScript App uses from the command line. I'm a NOOB with Prisma. I tried sqlite on Ubuntu and it complained that the database was encrypted. Can I access/manipulate a Prisma database from a Linux command line, and if so how? I suspect that has already been answered somewhere ...
3 replies
WWasp
•Created by rambo298 on 4/11/2025 in #🙋questions
wasp start for first app
I built my first saas based wasp app per the instructions, ran it with wasp start and it displayed an error at the end (but the app seems to be up). The following was displayed at the end. Why is this happening?
[ Server ] Starting pg-boss... [ Server ] pg-boss started! [ Server!] Port 3001 is already in use [ Server ] [nodemon] app crashed - waiting for file changes before starting...And port 3001 is available when the wasp app isn't running, and open when the app is running: Running:
$ netstat -lntu | grep 3001 tcp 0 0 0.0.0.0:3001 0.0.0.0:* LISTENMy environment is Ubuntu 22.04.
8 replies