Invoke The API Service Using Generated Client SDK missions is broken

Hi team,

I am trying to work through the missions, however the “Invoke The API Service Using Generated Client SDK” mission seems to be broken.

backendless.min.js is throwing the following error when trying to call the endpoints of the demo service:

Uncaught (in promise) Error: Content type ‘’ is not allowed for upload files. Use ‘multipart/form-data’ or ‘application/json’.

Also, I had to install an add-in to disable CORS protection in Chrome, which is unrelated but thought i would mention it.

Please find attached screenshots of the code and console error.


Im eager to finish my missions!

Cheers,
Dan

Hello @Dan_iel

If you do the same without server URL, the error still appears?

With the Server URL variable commented out we get the attached.

I guess it defaults to api.backendless.com and gives a 404 because that route is not available.

Hello @Dan_iel!

Could you please check if you forgot to add this line of code as specified in the mission description:
Backendless.initApp( "https://your-subdomain-name.backendless.app" );

Regards,
Alexander