Hello All,
I am setting up the reverse proxy in NGINX and I am ready to test if it works.
I referenced this documentation here in the R3 version: https://docs.appeon.com/ps2022r3/Verifying_the_configuration_for_Nginx_Windows.html
In that documentation, it mentions to change the apprun.json to point to my reverse proxy server and run the project in SnapDevelop which I did.
Running in SnapDevelop brings up the cmd line window but it doesnt show nearly as much logs as the documentation shows. I do not see where the APIs are resolving to. (im looking to see that its going to the reverse proxy server first) It just looks like the normal cmd line window that runs in a local PowerServer deployment.
Do I need to enable more logging or something else that was not mentioned in the documentation?
Thank You!