I had Node red running on my Home assistant VM but wanted to run Node-Red as a standalone app on my PC. I have Node red installed on my PC and the server portion configured with a long-lived token and it seems to be conected as expected.
When I try to migrate my flows from homeassistant it does not go smoothly.
This is the most serious error that seems to pop up with all flows I try to migrate. This flow works fine on the Homeassistant instance of Node-red (Version 3.1.0)
Windows version is 3.1.3
node --version; npm --version
v20.10.0
10.2.3
This is output from the debug
12/11/2023, 4:18:01 PM[node: Turn Desk light on](http://localhost:1880/#)msg : error
"HomeAssistantError: extra keys not allowed @ data['return_response']. Got False"
[{"id":"591aeb8b268f674c","type":"api-call-service","z":"b11879e99d2f9caf","name":"Turn Desk light on","server":"2bd78eedc8e24927","version":5,"debugenabled":false,"domain":"switch","service":"turn_on","areaId":[],"deviceId":[],"entityId":[],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":430,"y":150,"wires":[["65e4e59a02d966eb"]]},{"id":"2bd78eedc8e24927","type":"server","name":"BMAC","version":5,"addon":false,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":"30","areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":": ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"default","statusTimeFormat":"h:m","enableGlobalContextStore":false}]
Thanks for any assistance.