-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
FlowclientConnectionError: User claims verification failed #5735
Comments
Hi Nkan |
Hi, I did a |
OK - can you paste the token into https://jwt.io and share the |
I pasted the token but it says "invalid signature". |
I have the same issue as above, @Thingus. Version
Token
The page that generates the token
|
Ah, the quickstart is out of date - in the first instance, please try editing the |
There's a few extra steps that now need to happen with the new permissions system, which is populating the
|
Alternatively, you can try cloning a clean install from the 1.17.1 release point and running |
It works for me, thank @Thingus very very much
|
@Thingus @anhdangqb It works for me now too thanks a lot!! |
Description
Getting FlowclientConnectionError although I have followed the setup instructions and generated a token.
Where the error occurs
When trying to run the worked example at
run_query
:the error is produced. It is a {401 or 403} error.
Version
flowclient 1.17.1
Steps
I have run the docker environments and logged into FlowAuth. It also allowed me to generate my token, which works when doing other flowclient functions (e.g.
fc.connect
andfc.get_available_dates
). But I get the FlowclientConnectionError forfc.run_query
Error message
The text was updated successfully, but these errors were encountered: