-
I have a deployment using the docker container deployed to kubernetes. I've had this site running for several months. But I had it setup to deploy "stable", so it was periodically updating and would require DB migration. I'd jump on and do the migration when it showed up and all was good. But recently I did the migration, all looked good, but now I can't login. I'm able to access it from my main browser, I think because of a cookie. But on another browser it fails to login. I've been using google for SSO, but I've disabled this for now and it still fails. It just gives and "authentication error" always. Even on my main browser where I can access the site, I get auth failures if I try and create and change anything. I'm struggling with how to debug this. nothing obvious is showing on the server logs. Any ideas on how to get something to indicate the issue would be greatly appreciated. I've not fixed this deployment at 0.14.3, all migrations are done and the server and workers are updated to 0.14.3. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 22 replies
-
@benpayne after updating to version https://docs.inventree.org/en/latest/start/config/#server-access In particular:
|
Beta Was this translation helpful? Give feedback.
So setting INVENTREE_SITE_URL resolved this issue. I was a bit confused since "base_url" was set in the config already. Not sure what the difference between "base_url" and "site_url" is, both are now set to the same value and it works.