mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1667] Can not run docker image #527
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#527
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 @codati on GitHub (May 20, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1667
hi, thx for read
Describe the bug
infini loader
To Reproduce
run:
and go to
http://localhost:3000Expected behavior
i can use app ^^
Screenshots

Desktop (please complete the following information):
@liyasthomas commented on GitHub (May 20, 2021):
Looks like a duplicate of #1661
Please look at this comment: https://github.com/hoppscotch/hoppscotch/issues/1661#issuecomment-844741363
@liyasthomas commented on GitHub (May 20, 2021):
Rename
.env.exampleto.envand restart your local development server:To get docker container name:
@1-bytes commented on GitHub (Sep 10, 2021):
hey, @liyasthomas
I think this needs to be written into the wiki or document, I suspect there are a lot of people who need this...
I spent two hours trying to find it :(
@liyasthomas commented on GitHub (Sep 11, 2021):
Hi @1-bytes, this step is now absolute since we added the command to Docker file (
github.com/hoppscotch/hoppscotch@790b743e42 (diff-dd2c0eb6ea)).You just need to run:
@1-bytes commented on GitHub (Sep 11, 2021):
Some small teams or individuals prefer to deploy on their own servers. So they had to go and try to modify the .env file.
I think we should record how to modify the .env file inside docker and how to configure Firebase :)
For example, I don't know how to configure Firebase right now, and I'm going through various ways to understand it :(
@liyasthomas commented on GitHub (Sep 11, 2021):
Wait until the next milestone, we're planning on having a detailed guideline on how to self-host Hoppscotch instance along with a monorepo support. Thank you.
@1-bytes commented on GitHub (Sep 11, 2021):
nice :)
@leandro-toledo-uux commented on GitHub (Jan 7, 2022):
Hi @liyasthomas , i'm not fluent in frontend (vue), but realized the GTM variables is used in compile client time, right?
In that case, only the firebase parameters will be taken into account, I mean, in a container restart, right?