When I tried to change my board name, it keeps throwing some error continuously. The error says Internal Server Error and it is not sufficient for me to understand whats going on there. When I checked the network call, I can see the following response for PUT https://www.figma.com/api/files/N9hHooXzc6p4sZxF3rW065 API call.
{
“error”: true,
“status”: 500,
“message”: “Internal server error”,
“i18n”: {
“id”: “error.internal_server_error”,
“fallback_text”: “Internal server error”,
“params”: {}
}
}