mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1661] Project not running on local machine. #524
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#524
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rohit-raje-786 on GitHub (May 20, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1661
Even after installing all the dependencies and following all the procedure for the running the project on local environment the project is not running on my local machine. Attaching the image of the same below.


@liyasthomas commented on GitHub (May 20, 2021):
Are there any logs in the browser console?
I guess you missed the first step to set up environment variables for local development.
Rename
.env.exampleto.envand restart your local development server. Also, feel free to replace environment variables if you'd like to use your own Firebase instance.@codati commented on GitHub (May 20, 2021):
Rename
.env.exampleto.envand restart your local development server:To get docker container name:
you can rename .env in docker image? for simplify usage
@liyasthomas commented on GitHub (May 20, 2021):
I'm checking whether is it possible to pack a
.envin the docker image. I'll update once I get a successful result.@codati commented on GitHub (May 20, 2021):
thank you
@gandhisamay commented on GitHub (Feb 3, 2024):
@liyasthomas packing the .env in the docker image doesn't work for me as well, even though the right environment variable values are displayed in docker desktop, it still uses the values mentioned in the .env.example file only
@liyasthomas commented on GitHub (Feb 3, 2024):
Can you make sure you did a complete docker restart? Bring all existing docker images associated with Hoppscotch and spin up again to reflect
.envfile contents.@gandhisamay commented on GitHub (Feb 3, 2024):
yes, it doesn't work. I tried building my own image as well, still no luck