Hi folks,
I’m trying to register my first SmartApp over at https://smartthings.developer.samsung.com. I get through to the custom parameters
screen, but when I click save I get a 400 response code and the message:
Sorry. A temporary server error occurred. Please try again in a few minutes. App with this name already exists.
The message seems to be self-contradictory: If it’s a temporary server error (which should be identified by a 5xx HTTP response), in which case trying again in a few minutes would be a valid remedy.
However if it’s actually the case of a duplicate app name then trying again in a few minutes would make no sense. For what it’s worth I’ve tried using various different app names and I always get the same error. This leads me to wonder if there’s a systemic problem registering smartapps?
Here’s the full HTTP response:
{
"resultCode": "40221",
"resultMsg": "Sorry. A temporary server error occurred. Please try again in a few minutes.\nApp with this name already exists",
"resultDetail": {
"status": "422",
"message": "The request is malformed.",
"response": {
"requestId": "DDC09707BD1C42848C90F7AB107165E1-MWJK",
"error": {
"code": "ConstraintViolationError",
"message": "The request is malformed.",
"target": null,
"details": [
{
"code": "ConflictError",
"message": "App with this name already exists",
"target": "app_name",
"details": []
}
]
}
}
},
"referenceId": "DDC09707BD1C42848C90F7AB107165E1"
}
Grateful if someone could take a look and advise?
Many thanks,
Edd