PowerServer Team -
Our PowerServer 2021 rollout is going good. A new error appeared today when a client clicked on the URL. The error appears after the Cloud App Launcher is installed. The desktop uses Avast for security. Any thoughts how to fix this.
Thanks,
Mark
For the second attachment, the error seems related to the port of the Web API. It tried to access http://localhost/api/Serverapi/CreateSession but failed.
From the console, the application is listening to the http://localhost:443 ports. The 443 port is usually used by HTTPS.
I suggest you specify another port (e.g:5009) for the Web API. Please check the Web API URL setting, build and deploy the application and try again.
Regards, Logan