<@U04UQ68083H> i'm receiving the following error w...
# ory-copilot
f
@chilly-king-10285 i'm receiving the following error when trying to reconnect through sso in the setting's flow. There is no error when i'm reconnecting through password. The error: Unable to decode body because HTTP Request Method was \“GET\” but only [POST PUT PATCH] are supported. Do you have any information on this error and how I can solve it.
c
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the Ory documentation for more information on various topics: - Ory Kratos User Settings & Profile Management: https://www.ory.sh/docs/kratos/self-service/flows/user-settings - Ory Kratos API Reference: https://www.ory.sh/docs/kratos/reference/api These resources might help you find the information you need to resolve the issue you're facing.
f
@chilly-king-10285 you have no datas of an error "Unable to decode body because HTTP Request Method was \“GET\” but only [POST PUT PATCH] are supported" that exists ?
c
A message from kapa.ai
I apologize for the confusion earlier. Based on the information extracts provided, I don't have any specific details about the error "Unable to decode body because HTTP Request Method was “GET” but only [POST PUT PATCH] are supported." However, this error message suggests that the endpoint you're trying to access expects a request method of POST, PUT, or PATCH, but a GET request was sent instead. To resolve this issue, you should review your application's code and ensure that the correct request method (POST, PUT, or PATCH) is being used when making requests to the specific endpoint. If you need more information or guidance, you can refer to the Ory documentation: - Ory Kratos User Settings & Profile Management: https://www.ory.sh/docs/kratos/self-service/flows/user-settings - Ory Kratos API Reference: https://www.ory.sh/docs/kratos/reference/api
f
@chilly-king-10285 for your information this is returned by kratos as code
4000001
.
c
A message from kapa.ai
New message text here