You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intro- the node red email node when selecting the XOauth2 setting in the interface is giving the error "ReferenceError: msg is not defined when deployed.
Which node are you reporting an issue on?
node-red-node-email, send node
What are the steps to reproduce?
set the send node to use XOuth2 authentication and deploy the flow
What happens?
on deploy the "ReferenceError: msg is not defined" is displayed in the debug panel,
Hi @wooferguy
don't know if have time to have a look at this ? I guess that in the case of OAuth2 the actual setup of the connection needs to wait until the first message comes in with the token ?
excellent write up in this thread;
https://discourse.nodered.org/t/node-red-emailer-and-0auth2-referenceerror-msg-is-not-defined-function-check/86178/2
Intro- the node red email node when selecting the XOauth2 setting in the interface is giving the error "ReferenceError: msg is not defined when deployed.
Which node are you reporting an issue on?
node-red-node-email, send node
What are the steps to reproduce?
set the send node to use XOuth2 authentication and deploy the flow
What happens?
on deploy the "ReferenceError: msg is not defined" is displayed in the debug panel,
What do you expect to happen?
no error on deploy.
Please tell us about your environment:
docker run command
docker run -it -p 1880:1880 -p 8080:8080 -v node_red_data:/data --network="host" --name mynodered nodered/node-red
The text was updated successfully, but these errors were encountered: