Closed mmmarcos closed 22 hours ago
It should be rather easy to reproduce by simulating errors during logout.
The logout function does not do anything strange: https://github.com/Scille/parsec-cloud/blob/b44568f5b272e731e4fb874cca632c1589af26fe/client/src/parsec/login.ts#L234-L241
However, calls to logout seem to "ignore" error cases (only displays message):
https://github.com/Scille/parsec-cloud/blob/b44568f5b272e731e4fb874cca632c1589af26fe/client/src/views/header/ProfileHeader.vue#L146-L151
I have a step to reproduce a logout error using a local server: https://github.com/Scille/parsec-cloud/issues/8381#issuecomment-2371035866
What do we do with that?
no more relevant according to @Max-7
Parsec version tested on:
3.0.0
Platforms tested on:
Linux
Bug description:
This is a follow-up to issue #8488 : everything related to the organization remains in an invalid state if an error occurs during a logout:
Relevant output:
No response