Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Error handling] infinite login screen loop when trying to access any project plugin when limes isn't installed #1186

Open
edda opened this issue Feb 3, 2023 · 0 comments
Assignees

Comments

@edda
Copy link
Collaborator

edda commented Feb 3, 2023

During setup of a new lab environment the following problem occurred:

Situation: limes not installed in environment

Problem:
Trying to access any Elektra plugin in a project (e.g. Volumes) causes the volumes plugin to load and render for a second or so and then the user gets redirected to the login screen. After login they get redirected to the volumes plugin and immediately back to the login screen.

It appears this is caused by an error related to the fact that limes isn't available and somehow triggers our "unauthenticated error handling" even though that is not the case here.

Solution:
If limes isn't available the plugin should still render (potentially with errors in cases where limes is crucial) and not redirect to the login screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants