Skip to content

Error when entering the application with a wrong code #11

@cganterh

Description

@cganterh

Missing error handling causes an exception when an already logged user uses a wrong code to access the application. When this happens, the system shows the correct error page, but the client tries to establish a websocket connection anyway.

To avoid logging this exception, the code in /panels/user/init.py#L363 should be complete.

The client should not try to create a new websocket connection in this case. This should be fixed too.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions