Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Am unable to load the URL for Thingworx Flow. Is this the right URL? How can I navigate to Thingworx Flow Editor to start the development.
Installation was successful but this page is not showing any content and is empty without any error messages. Also, I have checked the port number from nginx configuration file.
Can anyone please help?
Solved! Go to Solution.
Hi,
Port for Flow is not 8080, please access Flow with this link:
https://<hostname>/Thingworx/Composer/apps/flow
<hostname> is the same as server_name in vhost-flow.conf file located at C:\Program Files\nginx-1.13.12\conf\conf.d
Thank you,
Raluca Edu
Hi,
Port for Flow is not 8080, please access Flow with this link:
https://<hostname>/Thingworx/Composer/apps/flow
<hostname> is the same as server_name in vhost-flow.conf file located at C:\Program Files\nginx-1.13.12\conf\conf.d
Thank you,
Raluca Edu
Thank you raluca_edu
Small correction to your suggestion:
https://<hostname>:<port>/Thingworx/Composer/apps/flow/
Above URL worked. But have to use the actual host name (but not localhost) and port available on C:\Program Files\nginx-1.13.12\conf\conf.d