Mission: PUSH COMMANDER
Task: Register device for push notifications
Please, describe your problem here.
I get a key already exists error when I try to add my new private key.
{
“message”: “Key or Certificate for channel ‘’ already exists.",
“code”: 5062,
“status”: 400,
“headers”: {
“access-control-allow-methods”: “POST, GET, OPTIONS, PUT, DELETE, PATCH”,
“access-control-allow-origin”: “https://develop.backendless.com”,
“content-length”: “91”,
“content-type”: “application/json”,
“date”: “Wed, 19 Feb 2025 12:28:49 GMT”,
“server”: “nginx”,
“strict-transport-security”: “max-age=31536000; includeSubDomains”,
“x-powered-by”: “Express”
},
“body”: {
“code”: 5062,
“message”: "Key or Certificate for channel '’ already exists.”,
“errorData”: {}
}
}
Any suggestions? Tim