Nora
Nora
Note I'm using the `boerderij/varken:develop` branch If anyone still has issues with getting influxdb 2.0 working with varken then just follow the steps here https://github.com/Boerderij/Varken/issues/159#issuecomment-898538831 The only thing I did...
Without SSO: Everything was working fine for a while, then suddenly I started getting this error. ``` Request Failed Invalid access token ``` Looking at the network the `Invalid access...
No debug messages related to any errors in logs after setting `"debug": true` in the `./data/config.json`. \ There are no cookies at all anymore, there was an SSO cookie related...
My `COOKIE_DOMAIN` was set to `vods.xxxx.com`. Setting it to `xxxx.com` seems to resolve the issue. Now I see `access-token` and `refresh-token` and login persists after refresh. \ \ Only thing...