Gitglance
Gitglance copied to clipboard
[Bug]: Having problem on running the project in localhost
Contact Details
Description
When i was trying to do setup it is not running properly
like when i tried to install the dependencies by using npm then it is closing after some time
So i also tried to install dependencies by using pnpm it was running but showing this error
Any additional information?
No response
Steps to reproduce the bug.
- Just try to run the project in you localhost
What browsers are you seeing the problem on?
No response
Relevant log output.
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct.
@devXprite can you please look in this problem ??? we can also update the documentation for running the project after fixing the issue??
@devXprite can you please look in this problem ??? we can also update the documentation for running the project after fixing the issue??
You need to set BASE_URL=http://localhost:3000 in your .env file. This variable is mainly for metadata and sitemaps, so it's not much important.
One improvement we can make is to set a default value of http://localhost:3000 instead of throwing an error.
@devXprite I set BASE_URL but now saying