-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MongoDB out node is not visible #909
Comments
I also tried to install it from command line. It shows below output |
Do you get any errors in the browser's JavaScript console? |
Yes, Below error
|
which refers to here `
` |
Thanks - I can see the issue... The node is declaring its own oneditprepare function and polluting the global namespace with it. It must be clashing with another node you have installed that is doing the same. The fix is to wrap it's definition in a closure to stop the global leak. But it would be good to identify which other node you have installed that is also leaking that function. |
Thanks @knolleary for quick response. Meanwhile I tried this node on docker based nodered and it is worling fine there. I need to figure it out on my local system as per your suggestion. |
@akashtalole it would be useful to know which other nodes are installed on the node-red where this issue was first seen. Thanks. |
Which node are you reporting an issue on?
node-red-node-mongodb
What are the steps to reproduce?
install node-red-node-mongodb from pallete
What happens?
It gets installed successfully but only mongodb in node is visible in sidebar.
What do you expect to happen?
I want mongodb out node.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: