-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App sometimes shows contractID instead of user's display name #2437
Comments
@dotmacro @taoeffect I would like to work on this, can you please assigne to this |
@Vayras sure, assigned you! Let us know on Slack if you have any questions about this issue. |
@taoeffect @dotmacro unable to reproduce this so far, is there a way to reproduce this directly? also if I add members or sign up as a user I'm not allowed to use |
@Vayras it sounds like @dotmacro doesn't know how to reproduce it either... @dotmacro if you're able to reproduce please post the steps here, as well as what site you reproduced this on. @Vayras I'm going to unassign you for now because I don't think this is a beginner level issue to solve. You are welcome to keep investigating it though if you'd like, or have a look at some of the other issues. |
@Vayras @taoeffect No, I haven't found a way to reproduce it directly or reliably. After signing up with an allowed username, you can change the display name to include a |
@taoeffect Sure I'll keep testing this from time to time while looking for other issues to work on 🚀 |
@dotmacro Thanks for the info I'll test and see if I can reproduce this |
Problem
The app sometimes shows the contractID instead of the user's display name.
In testing, this happened on mobile and PWA (but not desktop) when the user's display name started with
.
(EDIT: but that doesn't seem to be the sole cause because it happened with a username & display name that didn't include a.
. It was in the same group, however.)PWA:
Mobile:
(Missing most recent notification, but you can see same name mixup in earlier notification)
Desktop:
Solution
Ensure user's display name is displayed as appropriate.
The text was updated successfully, but these errors were encountered: