Reactions dissappear #178685
Replies: 2 comments
-
|
💬 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.
-
|
Possible Causes can be
GitHub reactions are stored via API calls to /reactions endpoints (internally handled through GraphQL mutations). If the authentication token used by the browser or app session expires, the API call may silently fail. The UI temporarily reflects the change locally, but it never reaches the server.
Extensions that modify request headers, block scripts, or filter requests (e.g., uBlock, Privacy Badger, NoScript) can block or intercept the PATCH or POST requests GitHub uses for reactions. Testing in a clean browser profile or incognito mode confirms this.
Cached session data (cookies, local storage) may contain an invalid CSRF token or partial authentication data. Clearing cookies and cache for github.com can resolve this.
Occasionally, GitHub’s API may temporarily fail to persist reactions while still rendering them locally. This can happen during partial outages or API rate limiting. Checking GitHub Status helps confirm this. Recommended Steps:
Successful requests should return HTTP 200 or 201. Failures may show 401 (unauthorized) or 403 (forbidden).
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Feature Area
Issues
Body
I can react,
but later upon reloading a page, my reaction is gone. Happens all across GitHub.
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions