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
@stephanj The reason for this is that the CFP backend for the conference (i.e. voxxed days) doesn't have the verifyAccount endpoint. This endpoint is needed to be able to synchronize favorite sessions between the website and the mobile application.
At the moment, the mobile application doesn't handle this case correctly causing an invalid login state. There are two options we have on the mobile application side to handle this:
the user is logged in, but can only store notes (because notes are not synchronized with the CFP backend and thus no CFP account is required). the user will not be able to mark sessions as favorite.
the user is not logged in and we notify the user that something went wrong during login. the user won't be able to store notes or mark sessions as favorite.
I logged in using twitter but am unable to write notes against a session.
In fact, the same login message appears but now nothing happens when clicking on login button
The text was updated successfully, but these errors were encountered: