New node-red install not toggling a switch

New to node-red and I am having some issues, hopefully this is something easy to fix that I missed. I followed the DrZzs video to get node-red installed. Running HA 77.1 on RP. Node-red install goes fine except where I get to the point to test a flow to toggle a switch, per the video. In node-red I drag a call service tile onto the palette. I name it, use the default HA server entry, domain is switch, service is toggle, all selected from the drop downs. I use the json code from HA services page where I can call this service and the sonoff will toggle. I add a (inject) timestamp and link it to the call service. When I hit deploy I receive a message that it was successful. but the switch does not toggle. The node-red logs show starting flow and stopping flow, nothing else.

I have tried different calling switches and using the switch on and switch off service to no effect.

I left the node-red server as the HA proxy with the API password. I am not using ssl. I have tried different server combinations using hostnames and IP but I get an authentication error in the logs when starting the flow.

I am out of ideas, can anyone help?