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

BUG: If maintenance mode is enabled, UI sends requests in infinite loop #3853

Open
tillprochaska opened this issue Aug 22, 2024 · 0 comments
Labels
bug Things that should work, but don’t Moderate Issue that may require attention

Comments

@tillprochaska
Copy link
Contributor

Describe the bug
If maintenance mode is enabled, the UI sends requests to fetch data about the current user in an infinite loop.

To Reproduce
Steps to reproduce the behavior:

  1. Set ALEPH_MAINTENANCE_MODE=true
  2. Open the UI in your browser and login
  3. Observe network/XHR requests in your browser dev tools

Expected behavior
Data about the current user should be fetched once, as it is done when maintenance mode is disabled.

Aleph version
3.15.5, 3.15.7, 4.0.0-rc*

Screenshots

Screen.Recording.2024-08-22.at.09.57.49.mov

Additional context
-/-

@tillprochaska tillprochaska added bug Things that should work, but don’t Moderate Issue that may require attention labels Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Things that should work, but don’t Moderate Issue that may require attention
Projects
None yet
Development

No branches or pull requests

1 participant