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 Jul 25, 2019. It is now read-only.
Some or our users cannot load UserVoice, the library gets called and the screen appears, but there's just an empty screen with a loader that never finishes. No message, nothing. We can reproduce the problem with one of our test accounts. The only this that's in the log when debugging:
So I'm guessing the userguid or email got changed and the signature is wrong or something? Changing names/ids/email can happen and shouldn't mean the system just stops working?
Alternatively if I can detect this problem, I can try starting the UserVoice plugin without authenticating, is this possible?
The text was updated successfully, but these errors were encountered:
The user id and email are not used for authenticating. More likely it cannot get a client key. Do you have your UserVoice site set to private? If so, you will need to include a client key and secret in the SDK configuration.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some or our users cannot load UserVoice, the library gets called and the screen appears, but there's just an empty screen with a loader that never finishes. No message, nothing. We can reproduce the problem with one of our test accounts. The only this that's in the log when debugging:
message=Api::V1::BaseController::UnauthorizedException, type=unauthorized
So I'm guessing the userguid or email got changed and the signature is wrong or something? Changing names/ids/email can happen and shouldn't mean the system just stops working?
Alternatively if I can detect this problem, I can try starting the UserVoice plugin without authenticating, is this possible?
The text was updated successfully, but these errors were encountered: