Closed shimizurei closed 2 years ago
Thanks @shimizurei , and sorry abut that, have marked as high priority and will get sorted asap.
I think this issue is also caused by the required data not being initialised on time in the router
Hi there, yes, I'm having the same issue. Thought I was doing something wrong, but it's pretty much the same config example with my own hash and user and all, and just logs as if you haven't enabled auth.
EDIT: Sorry, this was from doing the Docker-compose. Edits weren't working, so thought it was this, but it was edits in general. Probably doing something wrong. But did the regular docker way, and everything works correctly, even the basic auth.
This was fixed in #559 by @Ateroz 🙌
A previous change was made where the config file could be read dynamically, therefore it was thought that the source wouldn't be needed in the Docker container, so to save space it was removed. However that meant that the config wasn't fetched on time for the router, causing a few issues including this one. Reverting part of those changes in #559 fixed this issue.
Apologies for the delay in replying, and the prior lack of an explanation.
Environment
Self-Hosted (Docker)
Version
2.0.4
Describe the problem
I'm trying to clear my cookies, local and session storage in attempt to fix the CSS issue I mentioned in the issue I created yesterday. I re-load the page and I'm not taken to my login page (
auth
is enabled). It looks like a guest access, but I don't haveappConfig.enableGuestAccess
enabled. I tried to rebuild the app, but since I'm not logged in, I can't. But I shouldn't even be able to see my homepage if I'm not logged in, right? It's quite weird. That's how it used to be before I updated to the latest version. BTW, also tested opening Dashy up in a guest window in Chrome (with no extensions or cookies), only to land on the homepage.Additional info
No response
Please tick the boxes