There is a problem with clicking the avatar to jump to the page in the GitHub application of ios. #191382
-
🏷️ Discussion TypeBug 💬 Feature/Topic AreaApps BodyGitHub version 1.252.0 My first GitHub id was dog234, but now it‘s dogxii. The Github app clicked the avatar and jumped to dog234.It's wrong. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for reporting this issue. This appears to be related to a caching or stale reference problem in the iOS app after a username change. Since your previous username (dog234) is still being used when tapping the avatar, the app may not have fully updated the user mapping. You can try the following steps as a workaround:
If the issue persists after these steps, it is likely a client-side bug where the app is still referencing the old username internally. It might help to add:
This will help the GitHub team reproduce and fix the issue more efficiently. |
Beta Was this translation helpful? Give feedback.
-
|
It does indeed look like a caching issue. After logging in again, there were no problems. Thank you. |
Beta Was this translation helpful? Give feedback.

It does indeed look like a caching issue.
I tried uninstalling and reinstalling GitHub, but it didn't work (it still shows as logged in on iOS after reinstalling).
Because clicking on the profile picture redirected me to the wrong page, I was unable to log in again to complete the settings.
Here's how I solved it: I searched for my new ID on GitHub, then opened the settings in the upper right corner of the page, and logged in again there. (Clearing the cache didn't work.)
After logging in again, there were no problems. Thank you.