mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1671] Docker container doesn't work ("Your API key is invalid, please check you have copied it correctly") #526
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#526
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 @TranquilMarmot on GitHub (May 26, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1671
Describe the bug
Running hoppscotch in a docker container doesn't work.
To Reproduce
Following the steps here: https://github.com/hoppscotch/hoppscotch#docker
docker pull hoppscotch/hoppscotchdocker build -t hoppscotch/hoppscotch:latest .docker run -p 3000:3000 hoppscotch/hoppscotch:latesthttp://localhost:3000/Expected behavior
Actual behavior
Error in JS console:
It looks like this is coming from firebase.
Is the
READMEmissing a step here?@liyasthomas commented on GitHub (May 27, 2021):
Hi @TranquilMarmot sorry this happened.
In readme there's a Step 0: Settings up environment variables for local development set-up.
Please look at how you can do it with Docker image in this issue comment: https://github.com/hoppscotch/hoppscotch/issues/1667#issuecomment-845238480
Let me know if you still have any issues with Docker image.