You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to log in with valid credentials, the frontend reports a wrong username/password. When checking the logs of the backend docker container, it specifies the following:
[2025-01-08 19:04:14,031] WARNING in config: Unauthorized: IP 172.21.0.1 login attemp with wrong username or password
The message seems clear that the IP of the docker frontend is not permitted, but I do not see any advanced configuration options to add it to the deployment. This error and resulting log appear no matter the browser, platform, and even when using the Flutter android app. I've also tried all of these tests using the unified docker container and experience the exact same problem.
Share your logs
[2025-01-08 19:04:14,031] WARNING in config: Unauthorized: IP 172.21.0.1 login attemp with wrong username or password
Just to follow up, if I configure oauth and try to log in with an account using the same email, it will constantly refresh the login page. If I try to log in with a new user that has never accessed the system before, I am permitted access. This definitely seems to be an issue with the older accounts that have existed since I started using KitchenOwl. Is it possible an upgrade at some point fudged up some data in the database?
Is this urgent?
Yes
What parts are affected
Backend
What is the server version
0.6.8
What is the client version
0.6.8
What platform are you using
Android, Web
What's the problem 🤔
When attempting to log in with valid credentials, the frontend reports a wrong username/password. When checking the logs of the backend docker container, it specifies the following:
[2025-01-08 19:04:14,031] WARNING in config: Unauthorized: IP 172.21.0.1 login attemp with wrong username or password
The message seems clear that the IP of the docker frontend is not permitted, but I do not see any advanced configuration options to add it to the deployment. This error and resulting log appear no matter the browser, platform, and even when using the Flutter android app. I've also tried all of these tests using the unified docker container and experience the exact same problem.
Share your logs
[2025-01-08 19:04:14,031] WARNING in config: Unauthorized: IP 172.21.0.1 login attemp with wrong username or password
Share your configuration
The text was updated successfully, but these errors were encountered: