Hi everyone,
I've just deployed the client side of a sample application "Installable Cloud App" to Azure (as a App Service). The PowerServer for now is running from my localhost.
When executing the app on mi PC (accessing from a web browser) appears this error:
ERROR [1800] Failed to get the app publisher from the server.
ERROR [24836] Failed to download the file. URL: https://demops2021client.azurewebsites.net:443/CloudAppPublisher/runtime/21.0.0.1288/manifest.json, Error description: HTTP error.(error code: 404).
ERROR [24836] Failed to download the file. URL: https://demops2021client.azurewebsites.net:443/CloudAppPublisher/CloudAppInstall/LauncherSetup.json, Error description: HTTP error.(error code: 404).
It seems strange because the ftp deploy was successful and the CloudAppPublisher resources are also deployed, I can see them while browsing the site's resources.
Any idea why it would be giving this error?
Thanks in advance.
Alex