I have checked the service and method configuration in Backendless settings, but the issue persists. Additionally, I am facing a similar problem with a GET /Instructions method in another service, JsShoppingCartService, which works perfectly. I copied the same code into my COUNTSUM service, but the issue persists with the same error (code 14002).
Could you please assist me in resolving this issue? It seems the method is not recognized, even though the service is correctly defined.
I found your folder and implemented it, and it works perfectly. I couldn’t find a tutorial for this setup before. I had been using a different method that didn’t work, so I made changes directly in the service code folder.
Could you help me with where and how to write the code to create an HTML file, and then a JavaScript file, to build the interface and call the service? I have all the necessary methods, the HTML page, and the functions.
It’s not a coding issue. What I need to know is how to create a custom HTML page in Backendless and then add my code to it. Can you guide me on that process?
You can use UI Builder to create UI pages. Or you can create an HTML page by hand and place it into the /web directory in the file storage - the file will be available with the domain assigned to your app.