Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,
I am using Hue 4.11.0 release and I am getting the error below, which disrupt users. I reproduced the problem on a test cluster.

After some research, I found the error message here
$.jHueNotify.error( I18n( 'It looks like you are offline or an unknown error happened. Please refresh the page.' ) );and this was related to this variable. When I try to change the time setting, it directly impacts the problem.
However, I found this function which should allow a silent reauthentification if I believe the message :
# The id_token has expired, so we have to re-authenticate silently.But that isn't the case and I don't see how to solve the problem without modifying the settings.py file.
Do you have any ideas ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions