-
-
Notifications
You must be signed in to change notification settings - Fork 765
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
Keep getting logged out #2023
Comments
Should be fixed in nightly: #1077 You should also make sure you set the backend env variable appropriately: |
Thanks for responding. I am using docker:latest so I should get the latest when it is released: hkotel/mealie I adjusted the token time, here is my docker run cmd:
Increased the timeout to ~10 years so I will try for a few days and report back. Since this PWA is using Local Storage I would expect that I need to login on each device at least one more time. Thanks! |
This is actually the old 0.5.x version, which is fairly outdated. You'll want to check out the 1.0.0 beta. Specifically for the token not persisting issue, this was fixed a few days ago in nightly (check out the link above) I strongly recommend you upgrade to 1.0.0 beta, which is vastly improved over 0.5.x, check out the guide below: |
Oh interesing, thanks for responding and letting me know. I had NO idea, lol. From the docker hub repo should I be using the omni-nightly tag? Do you have an official docker repo? I wonder why this repo doesn't use |
I tried to get he |
You have to expose port 3000 on the omni container, it's missing from the documentation right now.
That's the official docker repo. As for the latest tag, as with most thing it started with good intentions but as beta software in general, I was shipping breaking changes a lot (with migration paths) and people were constantly coming here and sending me messages complaining about how shit of a person I was for writing such terrible software. So now we use a nightly tag until I'm confident we have a stable-enough release with feature parity. We've hit the stable part, but we're missing a few features that were in the original implementation. |
Honestly though that's terrible. Sorry you had (have?) to put up with that. And for such a massive free and open source project that works great. It's also more polished than most open source projects I've worked with at this size |
Yep, thank you for your work on this project @hay-kot. My family and I love it! |
I tried doing this via the below command and still was not able to access the UI via port 9926 and 9927: Any tips on what I am doing wrong? Thanks |
Actually I was able to hit a UI at port 9927 but got this error client side:
Here is the server log:
|
That's a bug in the latest version of nightly. A fixed image is already being created. Try again in an hour with the latest image On the bright side, that probably means you fixed the issue you were having before! |
I am the only user on my instance. I use the site on my MBP (chrome), iPad (safari), iPhone (safarI). I notice that I need to log in every single day which is frustrating.
I looked through Chrome Developer Tools and saw that there are no cookies. It seems that my "token" is stored in Local Storage under
userSettings
.Is this expected behavior? I would suggest at least a 30 day cookie if not auto-renewing.
The text was updated successfully, but these errors were encountered: