[GH-ISSUE #1506] auth/internal-error #478

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

Originally created by @GuoxinL on GitHub (Feb 23, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1506

Describe the bug
You can't log in to GitHub or Google after installation

Chrome Console error

{code: "auth/internal-error", message: "{"error":{"code":403,"message":"Requests from refe…son":"forbidden"}],"status":"PERMISSION_DENIED"}}", a: null}

To Reproduce
Steps to reproduce the behavior:

  1. git clone git@github.com:hoppscotch/hoppscotch.git
  2. docker-compose up
  3. start http://localhost:3000

Expected behavior
Log on to GitHub as normal

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Mac 10.15.7 (19H2)
  • Browser Chrome 88.0.4324.96
  • Version [e.g. 22]
Originally created by @GuoxinL on GitHub (Feb 23, 2021). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1506 **Describe the bug** You can't log in to GitHub or Google after installation Chrome Console error ``` {code: "auth/internal-error", message: "{"error":{"code":403,"message":"Requests from refe…son":"forbidden"}],"status":"PERMISSION_DENIED"}}", a: null} ``` **To Reproduce** Steps to reproduce the behavior: 1. git clone git@github.com:hoppscotch/hoppscotch.git 2. docker-compose up 3. start http://localhost:3000 **Expected behavior** Log on to GitHub as normal **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: Mac 10.15.7 (19H2) - Browser Chrome 88.0.4324.96 - Version [e.g. 22]
kerem closed this issue 2026-03-16 15:35:56 +03:00
Author
Owner

@liyasthomas commented on GitHub (Feb 23, 2021):

Authenticated features are disabled for URL origins other than https://hoppscotch.io due to security concerns. If you want to setup a self-hosted version, follow instructions on Hosting Wiki page.

To enable authenticated features on self-hosted Hoppscotch instances, you'll need a Firebase account.

Feel free to ping me on Telegram for detailed information on hosting Hoppscotch.

<!-- gh-comment-id:784161351 --> @liyasthomas commented on GitHub (Feb 23, 2021): Authenticated features are disabled for URL origins other than `https://hoppscotch.io` due to security concerns. If you want to setup a self-hosted version, follow instructions on [Hosting Wiki page](https://github.com/hoppscotch/hoppscotch/wiki/Hosting). > To enable authenticated features on self-hosted Hoppscotch instances, you'll need a Firebase account. Feel free to ping me on [Telegram](https://t.me/liyasthomas) for detailed information on hosting Hoppscotch.
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#478
No description provided.