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 25, 2019. It is now read-only.
This is discussed as part of another issue, but I can't recall which. There is a bug with the flags that deal with array properties. In addition to fixing that, I think we need to add a --json flag so you can just pass in whatever you want.
Hi @simonrenoult I suspect that the problem is with this redirect uri: http://localhost:8082/app/. Anvil's client validation ensures that no redirect uris can have a hostname of 'localhost' or a protocol of 'http' for the implicit grant type if the server is in production mode.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
We're trying to automate the initialization of our AnvilConnect setup thus using the CLI quite intensively but have stumbled upon a few problems.
This is the code of the client we're trying to register:
This lead to a
Validation Error
. Since the error is not detailed, we logged the error in the connect-cli Clients API and this is the result:Nothing seems wrong to me but I might be missing something... Or is the CLI error message wrong?
Since the CLI was failing, we asked the API using
POST /v1/clients
with the data and the correct access token:But still got a
Validation error
.Any idea or suggestion?
The text was updated successfully, but these errors were encountered: