we are running into 500 errors when we create a lot of frames, the code works fine on my instance, however fails for a customer for whom we are running the code for. A quick google search seems to suggest that this is a rate limiting error? https://community.miro.com/developer-platform-and-apis-57/500-error-on-get-tags-from-item-endpoint-19904
Request that produced it:
POST https://api.miro.com/v2/boards/board_id/frames
{
"type" : "error",
"code" : "3.0000",
"context" : { "boardId" : "redacted" },
"message" : "Internal error occurred",
"status" : 500
}
