cawooda / circle

0 stars 0 forks source link

Error when existing user logs on #25

Open cawooda opened 1 month ago

cawooda commented 1 month ago

existing user tried to log in. Looks like the front end not handling error correctly. No feedback to user about this. login screen displays.

User context has an ID however which is printed to the console. On second attempt, the login component was returned as a white button on the screen saying logout, which means it thinks its in the logged in state but is displaying as though it is in the logged out state.

a refresh at this point rendered the correctly logged in view.

Screenshot 2024-08-20 at 12 57 28 PM
cawooda commented 1 month ago

stories and bugs

bugs: expected behavior, actual behaviour

bug: steps to reproduce: existing user, inputs username and password correctly

actual behaviour: screen flashes, logout button displays expected behaviour: access to root of app with layout displaying correctly.