Hi Gurus,
While try to invoke Powerserver cloud url , am getting the following error :-
---------------------------
PowerBuilder application execution error (R0221)
---------------------------
Application terminated.
Error: Session creation failed.
Cause: Not Found (HTTP status code: 404). (Web API: http://99.9.99.195/MyApp_cloud/api/ServerApi/CreateSession).
Learn more at: https://docs.appeon.com/ps/troubleshooting_guide/Session_creation_failed.html
---------------------------
OK
---------------------------
I had gone thru the documentation and change the web.config, but same error am getting
<handlers> <add name="aspNetCore" path="/99.9.99.195/MyApp_Cloud_API/api" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" /> <add name="aspNetCore2" path="/99.9.99.195/MyApp_Cloud_API/health-*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
<add name="aspNetCore3" path="/99.9.99.195/MyApp_Cloud_API/connect/token" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
</handlers>
Can you suggest!
Regards
Antony Xavier