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" );
That file shown in the video looks much different than what the current version is. The video nor the tutorial do not call out that anything from the mission needs to be added to this file. Do I need to add all the logic on lines 6-10 and 30-31 (from your screenshot)?
I have attached the version that your platform created for me.
This is why I am hung up. The tutorial and video doesn’t line up with what the current reality is. Can you please review and let me know how to proceed, and update the mission so it’s more clear for others?
In an effort to try to apply the logic that you advised. I added all the items missing from my file into the file from your (and the youtube) screenshot. So far, it does not seem like it will work.
I am including a screenshot and a copy of the updated file.
The main issue is that If cant get the serverless 101 tutorial to work. I thought it was because i couldnt add this line of code. However, based on your response, I still don’t understand what to edit and where. The video and this file don’t match up snywhere close.
I downloaded a fresh copy of the SDK. It looks the exact same as before. I dont see any lines that include “initApp”. Attached is a screenshot of the file and my search of the file.
just put the line Backendless.initApp('https://plummybranch-us.backendless.app') at the very beginning of the CodelessShoppingCartService.js file. Should be like this: