mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #621] [HELP] Auth permission denied #220
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#220
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 @mzch on GitHub (Feb 28, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/621
Describe the bug
I set up firebase and Github Oauth, but authentication fails because of permission denied.
How can I fix this issue?
To Reproduce
Steps to reproduce the behavior:
PERMISSION DENIEDExpected behavior
Login successfully.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
@dihmeetree commented on GitHub (Feb 28, 2020):
Are you running the repo locally, or are you on the live site https://postwoman.io? More info is appreciated @mzch thanks!
Note: Login with both Google and Github seem to be working just fine at the moment on the live site. If you're running the repo locally, you need to make sure you go to http://localhost:3000 for the auth modals to show up (The console might try and tell you to go to something like http://192.168.1.11:3000).
If you're on the live site, can you please
Right click > Inspect Element > Application > Clear Storage > Clear Site Dataand refresh! Thanks@mzch commented on GitHub (Feb 28, 2020):
Sorry, I'm running locally, https://postfellow.com
@mzch commented on GitHub (Feb 28, 2020):
I tried to login via Postwoman (Postwoman is running on Debian 10.3)...
I have already added
postfellow.comto authorized domains in the console of Firebase.@dihmeetree commented on GitHub (Feb 28, 2020):
@liyasthomas
@liyasthomas commented on GitHub (Feb 28, 2020):
Auth + sync is only tailored to postwoman.io
@mzch commented on GitHub (Feb 28, 2020):
@liyasthomas
Is it impossible to auth Google/Github by modifing functions/fb.js?
@mzch commented on GitHub (Feb 28, 2020):
Oh, when rerunning
npm run build, then fixed. Thanks!