[GH-ISSUE #2745] [bug]: unable to go to profile page when registering through email #894

Closed
opened 2026-03-16 17:35:29 +03:00 by kerem · 5 comments
Owner

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?

  • I have searched the existing issues

Current behavior

When logging in through email, you can't go to the profile page because the ProfilePicture component can't be rendered.

Steps to reproduce

  1. Login in through email
  2. The ProfilePicture won't be rendered because there is no photoURL and no displayName

Environment

Production

Version

Cloud

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? - [X] I have searched the existing issues ### Current behavior When logging in through email, you can't go to the profile page because the `ProfilePicture` component can't be rendered. ### Steps to reproduce 1. Login in through email 2. The `ProfilePicture` won't be rendered because there is no `photoURL` and no `displayName` ### Environment Production ### Version Cloud
kerem 2026-03-16 17:35:29 +03:00
Author
Owner

@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.

<!-- gh-comment-id:1269776535 --> @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.
Author
Owner

@jerbob92 commented on GitHub (Oct 6, 2022):

@AndrewBastin this was on hoppscotch.io, GetUserInfo returns:

{"data":{"me":{"uid":"{my-uid}","displayName":null,"email":"{my-email}","photoURL":null}}}
<!-- gh-comment-id:1269794014 --> @jerbob92 commented on GitHub (Oct 6, 2022): @AndrewBastin this was on hoppscotch.io, GetUserInfo returns: ``` {"data":{"me":{"uid":"{my-uid}","displayName":null,"email":"{my-email}","photoURL":null}}} ```
Author
Owner

@jerbob92 commented on GitHub (Oct 6, 2022):

@AndrewBastin Wouldn't it be better to use the email as display name? Not Hoppscotch User?

<!-- gh-comment-id:1269796453 --> @jerbob92 commented on GitHub (Oct 6, 2022): @AndrewBastin Wouldn't it be better to use the email as display name? Not `Hoppscotch User`?
Author
Owner

@AndrewBastin commented on GitHub (Oct 6, 2022):

@jerbob92 Makes sense actually as a fallback. @liyasthomas thoughts ?

<!-- gh-comment-id:1269807441 --> @AndrewBastin commented on GitHub (Oct 6, 2022): @jerbob92 Makes sense actually as a fallback. @liyasthomas thoughts ?
Author
Owner

@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.

<!-- gh-comment-id:1269885429 --> @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.
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#894
No description provided.