Error in login with --insecure-cookies #66099
douglasfabianospecht
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Good afternoon everyone.
I have a Linux server on my local network, and I can't log in because the error below occurs. I've been logged in for almost 12 hours and can't move forward:
http://serverlinux:8000
Your credentials were correct, but the server failed to set a cookie. You appear to have deployed over HTTP. Make sure you have disabled secure cookies.
I installed it this way:
abctl local install --low-resource-mode --no-browser --insecure-cookies
or:
abctl local install --values ./values.yaml --insecure-cookies --host docker-lakehouse --low-resource-mode
where I added in values.yaml
global:
auth:
security:
cookieSameSiteSetting: "None"
and also:
global:
auth:
cookieSameSiteSetting: "None"
Beta Was this translation helpful? Give feedback.
All reactions