I'm working on an app at the moment based on the tutorial for user signup and login. I've added some additional columns to the Users collection in my database for e-mail address, etc.
When I sign up through the app test it adds all the fields into the database.
I've added a service so that when the user logs in they should see a summary of their account details. When I test the service in the editor by putting one of the ids in manually I get:
{
"status":404,
"uri":"https://api.appery.io/rest/1/db/colle...**************",
"response":{
"code":"DBSG203",
"description":"Collection 'Users' absent in database with id '5550***************'."
}
}
The user id and database id are correct.
Any ideas?
Regards
Andy