Problem in setting up locally #17942
Replies: 1 comment 12 replies
-
Hey there, @monopoly21! 👋 I'm here to help you with any bugs, questions, or becoming a contributor while you wait for a human maintainer. If you need assistance, feel free to ask! I found a similar unsolved discussion that might be relevant to your issue: Prisma problem in local setup [1]. Regarding your issue, there are a few things you might want to check:
These steps should help you troubleshoot the issue. If the problem persists, reviewing the console logs for specific error messages during navigation might provide more insights. |
Beta Was this translation helpful? Give feedback.
-
So when i run yarn dev ,the local project starts on localhost:3000 but when i suppose go to another page suppose the my profile section then the projects loads fir a while and eventually stops running on localhost
Steps which i followed:
1.git clone from my forked repo
2. yarn install
3.cp .env.example .env
4. Added required keys using openssl and database connection string from neon.tech
5.ran prisma migrate
6.ran yarn dev
Please help!!
And also please comment/send the discord
community link as the one on website has expired
Beta Was this translation helpful? Give feedback.
All reactions