Forms are not displayed in Node-red
-
Dear Alan,
I am creating a Form to save the SAP Access credentials.
But from Node-Red I cannot show any Form created in OpenFlow.
What could be happening.
Thank you very much for the support you can give me.
Regards,
-
@mirko-aguilera dont use the old form creator, it will be removed soon.
Is this on app.openiap.io or avself hosted openflow? Is nodered running as the same user that created thebform?
Else add the nodered user to form -
Dear @allan-zimmermann
I am using the old form editor, since in the new one it does not save the form designs.
On the other hand, add the user in the indicated group and now it generates this error in node-Red.Regards,
-
@mirko-aguilera That error comes from your token having expired, just logout and backin ... i also removed that in the version 1.4.x of openflow, so you are using an old openflow .... you should upgrade
-
Dear @allan-zimmermann,
How could I update openflow without losing the robots already created?
Regards,
-
@mirko-aguilera make sure you are using :latest tag in your docker compose file, then run docker-compose pull
-
-
Dear @allan-zimmermann ,
I am not using docker. I have a simple install on ubuntu 20.04. How could I update openflow without losing the robots already created?
Regards,
-
@mirko-aguilera just run
npm i @openiap/openflow -g
And then restart openflow using pm2
Pm2 list to find its id, then
Pm2 restart id -