I am following the "Application Best Practices Example" in the OpenUI5 docs. In the Component Configuration step I use the same value for "serviceUrl" that is configured in the guide:
serviceUrl : "/uilib-sample/proxy/http/services.odata.org/V2/(S(sapuidemotdg))/OData/OData.svc/"
However this url is converted to a address in "localhost" in the actual app. I can see in the Chrome Dev Tools Console that I get a 404 response when trying to get this URL. As a result of this, I cannot see a list of products or add a new product to the service, as you can see in this screenshot: Error screenshot How I am supposed to configure the OData Service URL to get read/write access to the Products List?
Thanks in advance!