We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I finally tracked down zooniverse/Panoptes-Front-End#1052. It turns out that the talk client is using an expired token.
Just from the bug reports, it appears that the api client has a valid token while the talk client is using an expired token.
Considering talkClient.headers = apiClient.headers;, I'm not sure how this happens. Possibly related to #15? Any idea @brian-c?
talkClient.headers = apiClient.headers;
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I finally tracked down zooniverse/Panoptes-Front-End#1052. It turns out that the talk client is using an expired token.
Just from the bug reports, it appears that the api client has a valid token while the talk client is using an expired token.
Considering
talkClient.headers = apiClient.headers;
, I'm not sure how this happens. Possibly related to #15? Any idea @brian-c?The text was updated successfully, but these errors were encountered: