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
Cortex throws errors ("Authentication failure") and warnings ("cookie has an invalid signature") often, even if no users type invalid passwords. Either those things shouldn't happen during normal usage, or it should be an error.
I've got the same problem but it seems not to be an actual problem, i mean, I can log in. Probably there's something bad goin on logging level, maybe they wrote a wrong check?
I'm following that.
Unless you set a secret in docker compose file, the key used to sign the session cookie change at each startup. This can be the cause of your authentication problems. I advise you to update your docker-compose file with this change:
Request Type
Bug
Work Environment
Problem Description
Cortex throws errors ("Authentication failure") and warnings ("cookie has an invalid signature") often, even if no users type invalid passwords. Either those things shouldn't happen during normal usage, or it should be an error.
Steps to Reproduce
docker-compose up
Complementary information
docker-compose output
The text was updated successfully, but these errors were encountered: