Andy Jacobs
Posts: 0
Joined: Thu Apr 16, 2015 11:34 am

Collection 'Users' absent in database

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

Andy Jacobs
Posts: 0
Joined: Thu Apr 16, 2015 11:34 am

Collection 'Users' absent in database

Also tried changing the URL to users (not Users) and get the same error.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Collection 'Users' absent in database

Hello Andy,

You use wrong URL.
Please follow this documentation: https://devcenter.appery.io/documenta...

Mhmad Yak
Posts: 0
Joined: Fri Oct 09, 2015 12:39 pm

Collection 'Users' absent in database

hi can you help me

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Collection 'Users' absent in database

Hello Mhmad,

Could you please clarify your question?

Return to “Issues”