mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5204] [bug]: Email shown in profile is outdated, and cannot be updated #1986
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#1986
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 @evenkov on GitHub (Jun 26, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5204
Originally assigned to: @nivedin on GitHub.
Is there an existing issue for this?
Platform
Web App
Browser
Chrome
Operating System
Windows
Bug Description
Problem
After changing my primary email address in GitHub, Hoppscotch continues to show my old email address in the profile.
I have done the following steps:
Still, Hoppscotch displays the old email address in my profile.
GitHub API Findings
I made a call to
https://api.github.com/user/emailsand confirmed that:"primary": true,"verified": true, and"visibility": "public"➡️ This strongly suggests that Hoppscotch selects the email based on index (e.g.
emails[1]) or uses a cached email, instead of selecting the email object whereprimary === true.Additional Bug: Manual email change fails
When I try to manually update the email from my Hoppscotch profile:
"Something went wrong"
Expected Behavior
primaryemail from the GitHub/user/emailsresponseSuggested Fix
primary === trueThanks!
Let me know if I can help test anything further — this issue affects GitHub-authenticated users who change their email.
Deployment Type
Hoppscotch Cloud
Version
No response
@nivedin commented on GitHub (Jul 15, 2025):
@evenkov Thank you for the detailed explanation, can you confirm that the new email you are setting is not related to any other active account previously created in hoppscotch.
With regarding email not showing the updated GitHub email, this is expected since we have account linked to each email and provider id, you can update the email from profile page just that as I mentioned above the new email should not be not be linked with any other account in hoppscotch.
We have a PR opened to add proper error message if the the request fail, thank you for bringing this up
@evenkov commented on GitHub (Jul 15, 2025):
Yes, I can confirm that the new email address is not used previous in any hoppscotch account. This is a completely new email address of mine that I'm gradually starting to use for work.
As I described above - I was tried to update my email address manually from my profile, but there raise an error with message
Something went wrong@liyasthomas commented on GitHub (Jul 30, 2025):
This issue has been resolved in the latest version.