Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hello all,
When I try to add New Connection in Thingworx Flow, it got stuck in addition screen. PFB PNG for reference
@weli Could you please help me with this issue ?
Regards,
VR
Hi,
I don't know much about Dialogflow, but I just tried and can successfully create entities for Dialogflow from Thingworx flow.
Please make sure you can access Dialogflow first. Then using the following config in Dialogflow:
Use v1API and developer access token
Best Regards
Tom
Hello @weli ,
Not only DialogFlow, I'm not able to add any connection in Thingworx Flow.
Regards,
VR
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)
Hello @smainente
It is configured with IP Address only, but here port number is my Thingworx Platform Port.
And also when I try to access workflow using IP (https://localhost:443/Thingworx/Composer/apps/flow) it got stuck in loading page.
Updated: Error Message
Regards,
VR
Are you sure that ThingWorx is listening to 80 (and not 8080) ?