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
{{ message }}
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
So when you clean your cache of your browser and you connect to chocolatey and directly started the client (hotel), you will be disconnected.
How to fix this problem? I tested on several hotels equipped with chocolatey and it's the same for all.
In console there is one line: label = [client.init.handshake.fail], value = [undefined]
and normally it would take directly this line: label = [client.init.auth.ok], value = [undefined]
The text was updated successfully, but these errors were encountered:
That's weird. I recognize that this exists, but this happens because the token that is stored in your user isn't the same as in the database.
That happens when you do multiple refresh, and this was indeed for security. With me it doesn't happens, only if I do a lot of f5. That makes the token displaying on the client being different from the one from Database.
Is there a way to fix that? or to make it happen as little as possible? because it happens to me quite often and users of my hotel too. We have to click on "Reload" practically all the time
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So when you clean your cache of your browser and you connect to chocolatey and directly started the client (hotel), you will be disconnected.
How to fix this problem? I tested on several hotels equipped with chocolatey and it's the same for all.
In console there is one line: label = [client.init.handshake.fail], value = [undefined]
and normally it would take directly this line: label = [client.init.auth.ok], value = [undefined]
The text was updated successfully, but these errors were encountered: