mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #2745] [bug]: unable to go to profile page when registering through email #894
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#894
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 @jerbob92 on GitHub (Oct 6, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2745
Is there an existing issue for this?
Current behavior
When logging in through email, you can't go to the profile page because the
ProfilePicturecomponent can't be rendered.Steps to reproduce
ProfilePicturewon't be rendered because there is nophotoURLand nodisplayNameEnvironment
Production
Version
Cloud
@AndrewBastin commented on GitHub (Oct 6, 2022):
@jerbob92 is this causing issues in
hoppscotch.io/built instances or on dev server only ? I wasn't able to catch it from my end, but we did see this issue popup in our telemetry.#2742 should fix this.
@jerbob92 commented on GitHub (Oct 6, 2022):
@AndrewBastin this was on hoppscotch.io, GetUserInfo returns:
@jerbob92 commented on GitHub (Oct 6, 2022):
@AndrewBastin Wouldn't it be better to use the email as display name? Not
Hoppscotch User?@AndrewBastin commented on GitHub (Oct 6, 2022):
@jerbob92 Makes sense actually as a fallback. @liyasthomas thoughts ?
@liyasthomas commented on GitHub (Oct 6, 2022):
Hi @jerbob92, thank you for the suggestion. Email as fallback sounds good to me.
@amk-dev, replace Hoppscotch User string with user’s email on the PR.