Hi who knows better?
Please help
api_url = “https://apps.xyz.com/version-test/api/1.1/obj/mydatabase”
Data API is enabled
this database is enabled as well
it works very well
then I want to change to live
Data API is enabled
this database looks to be enabled but seams not to be
if i return to the settings of the live database it is allways turned off
so that url
api_url = “https://apps.xyz.com/api/1.1/obj/mydatabase”
allways gets me a:
{“statusCode”:404,“body”:{“status”:“NOT_FOUND”,“message”:“Type not found ’
'mydatabase”}}’
Thx, Herbert