You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
The Bearer Token doesn't get properly set when the app refreshes the token leading to notifications, bookmarks and other stuff that require authentication not loading.
If i set the new bearer token manually in localStorage.multi[target].at through the console, it works
To Reproduce
Steps to reproduce the behavior:
Authenticate a Pleroma Account
When the Columns view gets displayed, the app refreshes the token but still uses the bearer token it got from the first time
Add Notifications or Bookmarks column, it wont display anything in those columns.
The requests to the api endpoints return 403
Expected behavior
after refreshPleromaAt() is run, the new access token should be set in localStorage.multi[target].at so every request from that point on will use the newly received token instead of the first (now invalid) one
The Bearer Token doesn't get properly set when the app refreshes the token leading to notifications, bookmarks and other stuff that require authentication not loading.
If i set the new bearer token manually in localStorage.multi[target].at through the console, it works
To Reproduce
Steps to reproduce the behavior:
Expected behavior
after refreshPleromaAt() is run, the new access token should be set in localStorage.multi[target].at so every request from that point on will use the newly received token instead of the first (now invalid) one
Environment
The text was updated successfully, but these errors were encountered: