Application with ID XXXXX does not exist

Hello everybody,

I’ve stumbled into a strange error: “Application with ID XXXXX does not exist” probably due to the app zone (the ID is correct).
The app zone is EU and I am using JS sdk. How to set the proper zone by using js?

Also, is it possible to change the zone of an existing app? This could resolve quickly.

Thanks in advance

Dan

Hello, @IMG_s.r.l_Cascina_Garbianotto_2.

By default, SDK sends requests to the US server. If your application is on EU, you need to add the following line to your code before initApp:

Backendless.serverURL = ‘https://eu-api.backendless.com

Best Regards, Nikita.

It worked, thanks a lot!

Dan