when I call https://parseapi.back4app.com/classes/Continentscountriescities_City I get also Hotels names
Hello, Could you please open a ticket related to this? Please send us your appId and also the steps to reproduce this issue on our end.
Thanks in advance
Hello the app id is 'zrMEBOk6PBk3WmUF19TVTB1yxKaTc9PnwYsxTThs', the cal I make is: const where = encodeURIComponent(JSON.stringify({ "country": { "__type": "Pointer", "className": "Continentscountriescities_Country", "objectId": "hOu7Is3jvO" } })); const httpOptions = { headers: new HttpHeaders({ 'X-Parse-Application-Id': 'zrMEBOk6PBk3WmUF19TVTB1yxKaTc9PnwYsxTThs', // This is your app's application id 'X-Parse-REST-API-Key': 'zdDm1gbxIFjmOKSEJTR8sDcGkdBM8CDRJXUbKFzD', // This is your app's REST API key }) }; https://parseapi.back4app.com/classes/Continentscountriescities_City?limit=10000&keys=name&where=${where}
I get for example: Hotel Napoleon beach: which is a Hotel not a city Thank you
Hi there, I too am also facing this problem. Is there an update on a fix / workaround to this issue?