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
I didn't try out other methods because without being successfully authorized I can not retrieve personal data and media data for logged in user. That is why I just implemented the requests with node.js and axios myself...
Was using the login and getProfile() api, but the response json showed me that there is no user and user is not authenticated:
And the response was:
Data1: { user: false, authenticated: false, status: 'ok' }
The text was updated successfully, but these errors were encountered: