Skip to main content
19-Tanzanite
April 10, 2019
Question

Adding Connection in Thingworx Flow Stuck in Screen

  • April 10, 2019
  • 1 reply
  • 3037 views

Hello all,

 

When I try to add New Connection in Thingworx Flow, it got stuck in addition screen. PFB PNG for reference

 

3.PNG

 

@weli Could you please help me with this issue ?

 

Regards,

VR

1 reply

13-Aquamarine
April 11, 2019

Hi,

 

I  don't know much about Dialogflow, but I just tried and can successfully create entities  for Dialogflow from Thingworx flow.

dialogflow.png

 

Please make sure you can access Dialogflow first. Then using the following config in Dialogflow:

Use v1API and developer access token

dialogflow1.png

 

Best Regards

Tom

Velkumar19-TanzaniteAuthor
19-Tanzanite
April 11, 2019

Hello @weli ,

 

Not only DialogFlow, I'm not able to add any connection in Thingworx Flow.

 

a.PNG

 

Regards,

VR

16-Pearl
April 11, 2019

In C:\Program Files\nginx-1.13.12\conf\conf.d\vhost-flow.conf, are you referencing the platform by IP or hostname ?

 

location /Thingworx { 
...
 proxy_pass https://<platform>:8443/Thingworx;
}

Can you try to use the IP instead of hostname ?

Then restart the nginx service and node.js process (pm2 restart all)