Skip to main content
14-Alexandrite
November 1, 2023
Solved

cannot access thingworx flow

  • November 1, 2023
  • 1 reply
  • 2081 views

As per the original post

 

 

Hi @VladimirN ,

I am also facing similar issue accessing ThingWorx Flow Dashboard. 

I have 1 doubt wrt port details. While installing ThingWorx Foundation is installed and configured on port 8443 and for ThingWorx flow I provided port address as 443. Will it going to have any impact on accessing Flow Dashboard?

I am able to access Foundation url but for flow getting white screen even before user authentication. 

Regards,

Siddharth

Best answer by slangley

Hi @Siddharth_Jhs.

 

ThingWorx runs under Tomcat and Flow runs under nginx, so the port configuration you have is fine, assuming the Flow port isn't conflicting with something else running on your system.

 

In order to access Flow, you must use the hostname configured during installation.  You can validate the hostname you chose by checking the server_name in vhost-flow.conf file located at <nginx-1.13.12_home>\conf\conf.d:  https://<server_name>/Thingworx/Composer/apps/flow

 

This article may be helpful for working through problems, but if you're still having issues, please let us know.

 

Regards.

 

--Sharon

1 reply

slangleyCommunity ManagerAnswer
Community Manager
November 3, 2023

Hi @Siddharth_Jhs.

 

ThingWorx runs under Tomcat and Flow runs under nginx, so the port configuration you have is fine, assuming the Flow port isn't conflicting with something else running on your system.

 

In order to access Flow, you must use the hostname configured during installation.  You can validate the hostname you chose by checking the server_name in vhost-flow.conf file located at <nginx-1.13.12_home>\conf\conf.d:  https://<server_name>/Thingworx/Composer/apps/flow

 

This article may be helpful for working through problems, but if you're still having issues, please let us know.

 

Regards.

 

--Sharon

14-Alexandrite
November 4, 2023

Hi @slangley ,

Thank you for sharing ThingWorx Flow details. While installing ThingWorx Flow I have made 1 mistake and added wrong port details. 

ThingWorx Foundation Port: 8080  and 8443

I configured: 1433 (by mistake)

Is there any way I can update this port address now. Attaching SS of Port details which I used while installing.

 

Thanks,

Sid

Community Manager
November 13, 2023

Hi @Siddharth_Jhs.

 

It is possible to change the port.  Refer to this article to do so, or uninstall and reinstall Flow, which is sometimes easier.

 

Regards.

 

--Sharon