Gitglance icon indicating copy to clipboard operation
Gitglance copied to clipboard

[Bug]: Having problem on running the project in localhost

Open upsaurav12 opened this issue 1 year ago • 3 comments

Contact Details

[email protected]

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 image

Any additional information?

No response

Steps to reproduce the bug.

  1. 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.

upsaurav12 avatar May 24 '24 04:05 upsaurav12

@devXprite can you please look in this problem ??? we can also update the documentation for running the project after fixing the issue??

upsaurav12 avatar May 24 '24 04:05 upsaurav12

@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 avatar May 26 '24 03:05 devxprite

@devXprite I set BASE_URL but now saying image

upsaurav12 avatar May 26 '24 05:05 upsaurav12