Hi there,
I ran into a problem that a 500 response is returned to a valid request if you send it via Intellij Idea. (via Postman is ok)
{
"type": "error",
"code": "internalError",
"message": "Internal server error",
"status": 500
}
I am sending the request to “api.miro.com/v2/boards” endpoint and have this issue, but if I’m sending request to api.miro.com/v1/boards” it works fine. This is strange.
Similar problem was here.