Next.js Discord

Discord Forum

Site can't be reached

Answered
Sloth bear posted this in #help-forum
Open in Discord
Sloth bearOP
I added Prisma and connected to my Postgresql server, then my site suddenly stopped working. It worked just fine moments ago, before I added Prisma and Postgresql. I messed around with some more stuff in attempts to fix it, but it still doesn't work.
Here's the Github repo: https://github.com/j0of/todo-next

I have tried:
- Removing Prisma from dependencies
- Using a different browser
- Restarting my computer
- Deleting .next directory
- Deleting node_modules directory

There are 0 errors, and my node -v is 18.18.0.

All help is appreciated.
Answered by Sloth bear
fixed it! turns out postgresql was accessing port 3000 for some reason...
View full answer

4 Replies

Sloth bearOP
Kindly ping me with any responses
Update: I made a new Next project and did npm run dev there as well, and it didn't work either. Something definitely broke.
Sloth bearOP
Bump
Sloth bearOP
fixed it! turns out postgresql was accessing port 3000 for some reason...
Answer