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
testLibrary = TestLibrary(username=HBP_USERNAME, environment="dev")
currently fails as https://validation-dev.brainsimulation.eu/auth gives Internal Server Error
and https://validation-dev.brainsimulation.eu/login gives Invalid parameter: redirect_uri
The above are requried for authentication workflow. See here.
Current workaround:
Get token via Production and then use in Dev.
The text was updated successfully, but these errors were encountered:
testLibrary = TestLibrary(username=HBP_USERNAME, environment="dev")
currently fails as
https://validation-dev.brainsimulation.eu/auth
gives Internal Server Errorand
https://validation-dev.brainsimulation.eu/login
gives Invalid parameter: redirect_uriThe above are requried for authentication workflow. See here.
Current workaround:
Get token via Production and then use in Dev.
The text was updated successfully, but these errors were encountered: