[GH-ISSUE #1671] Docker container doesn't work ("Your API key is invalid, please check you have copied it correctly") #526

Closed
opened 2026-03-16 15:51:24 +03:00 by kerem · 1 comment
Owner

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/hoppscotch
  • docker build -t hoppscotch/hoppscotch:latest .
  • docker run -p 3000:3000 hoppscotch/hoppscotch:latest
  • Visit http://localhost:3000/

Expected behavior

  • See hoppscotch

Actual behavior

  • Just a loading image

Error in JS console:

{ code: "auth/invalid-api-key", message: "Your API key is invalid, please check you have copied it correctly.", a: null, stack: "" }

It looks like this is coming from firebase.

Is the README missing a step here?

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/hoppscotch` - `docker build -t hoppscotch/hoppscotch:latest .` - `docker run -p 3000:3000 hoppscotch/hoppscotch:latest` - Visit `http://localhost:3000/` **Expected behavior** - See hoppscotch **Actual behavior** - Just a loading image Error in JS console: ```js { code: "auth/invalid-api-key", message: "Your API key is invalid, please check you have copied it correctly.", a: null, stack: "" } ``` It looks like this is coming from firebase. Is the `README` missing a step here?
kerem closed this issue 2026-03-16 15:51:29 +03:00
Author
Owner

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

<!-- gh-comment-id:849238774 --> @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](https://github.com/hoppscotch/hoppscotch#developing). 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#526
No description provided.