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