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
** (FunctionClauseError) no functionclause matching in anonymous fn/1 in Tesla.Adapter.Httpc.request/2
The following arguments were given to anonymous fn/1 in Tesla.Adapter.Httpc.request/2:
# 1"authorization"
(tesla 1.7.0) lib/tesla/adapter/httpc.ex:55: anonymous fn/1 in Tesla.Adapter.Httpc.request/2
(elixir 1.14.4) lib/enum.ex:1658: Enum."-map/2-lists^map/1-0-"/2
(elixir 1.14.4) lib/enum.ex:1658: Enum."-map/2-lists^map/1-0-"/2
(tesla 1.7.0) lib/tesla/adapter/httpc.ex:55: Tesla.Adapter.Httpc.request/2
(tesla 1.7.0) lib/tesla/adapter/httpc.ex:22: Tesla.Adapter.Httpc.call/2
(ory_hydra 2.2.0-pre.0) lib/ory/api/o_auth2.ex:644: Ory.Api.OAuth2.o_auth2_authorize/2
iex:5: (file)
### Relevant configuration
_No response_
### Version
e471477af9c733ee7b84a6c869a35d4a5f17b67e
### On which operating system are you observing this issue?
macOS
### In which environment are you deploying?
Ory Network
### Additional Context
_No response_
The text was updated successfully, but these errors were encountered:
This will need to be fixed upstream and we'll look to upgrade the elixir generation to 7.0.1 of the openapi-generator once it's released.
However there is currently a breaking change in 7.0.0 preventing us to upgrade, so we will need to wait until OpenAPITools/openapi-generator#16412 is resolved before moving forward
Preflight checklist
Describe the bug
should be
Reproducing the bug
Try running any requests
Relevant log output
The text was updated successfully, but these errors were encountered: