-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
First run: Lands on login page even though logged in #69
Comments
Hi, I just tried the following flow on a brand new instance (launching the jar) :
I'll try to test on a separate server with the docker image. Thanks for reporting this. |
Hi there, I'm also encountering this annoying issue. |
@dror3go yes, can you tell me the exact flow to reproduce please. |
Steps to reproduce:
Result: login form is being displayed, though I am logged in and can browse other pages using the menu. |
Well, actually I forgot I put a pwa manifest in there at the beginning. I'll try to have a look to get it working, but currently pwa is not supported, I'm sorry, it is my mistake. Do you have the same problem if you only use Jelu the "regular" webpage in a browser way ? |
I'm using only the PWA since it makes it much easier to enter and is nicer with the "app feel" without the navigation bar. |
@dror3go if you are still interested, you can try the latest release (0.51.0), it should fix the pwa |
@bayang Sorry for the delay - yes, the newer version indeed fixes the problem for me. |
When spinning up a fresh instance, after creating the first user account, the user comes to the login page but is already logged in. This should presumably redirect to some other page after successfully logging in.
The text was updated successfully, but these errors were encountered: