Greetings,
My User registrations have been working well since first coding but now am getting the quoted error with every registration attempt.
curl
-H Content-Type:application/json
-X POST
-d '{"id":"252936591737699","name":"SabinaGina Mwambulangi","email":"sabina@gmail.com","phoneNumberString":"+284778214676","dateOfBirth":"June 21, 1995","gender":"female","password":"252936591937699+254795287606"}'
-v
https://api.backendless.com/application-id/rest-api-key/users/register
Kindly but urgently assist.
George
Hi Odhiambo,
The problem should have been fixed now for your app.
Have you deleted the column deviceId
in your Users table recently? It should have had a type of one-to-many relation.
Thank you,
Yes i did delete the DeviceId Table and the column pointing to it in the User’s Table a few days ago.
Regards,
George
Did you delete only the table (and the column was deleted automatically) or did you delete the column first?
Table first then i didn’t see the column upon which i assumed it’s auto deleted if there is no column it’s pointing to.
Thanks, this will give us a clue in the investigation to prevent this from happening again.