mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4987] [bug]: Issue with google SSO #1894
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#1894
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 @FaranMustafa on GitHub (Apr 12, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4987
Is there an existing issue for this?
Current behavior
Description
I have set up Hoppscotch on my own server and integrated both Google and GitHub SSO. However, after signing in using with github works fine but gives status 500 on google
Image:
Expected Behavior
After a successful sign-in with Google or GitHub, I should be redirected to the main interface/dashboard of the app.
Actual Behavior
The app hangs or stays on the same screen post sign-in (as shown in the attached image).
Environment
Additional Context
If logs are helpful, let me know what to include. Let me know if this could be related to callback URL or some CORS/session issue.
Steps to reproduce
Deploy Hoppscotch on a custom server.
Configure and enable both Google and GitHub SSO.
Attempt to log in using either method.
Observe that after login, the app doesn't redirect or complete the sign-in flow.
Logs and Screenshots
Environment
Production
Hoppscotch Version
Self-hosted
Interceptor
Not Applicable - Issue not related to network requests
Browsers Affected
No response
Operating System
Linux
Additional Information
No response
@FaranMustafa commented on GitHub (Apr 18, 2025):
Closing the issue solved it! there was issue with client secret but still would suggest instead of Unauthorised token should've been raised by appropriate error.