-
Notifications
You must be signed in to change notification settings - Fork 46
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
Unexplainable: "Configuration missing" in the influxdb out node #146
Comments
hi, I have the same issue after a fresh install with a influxdbV2, did you manage to fix this? |
For some reason manually setting up everything works, meaning with my docker compose file:
and then installing node-red-contrib-influxdb but when you create a custom Dockerfile for nodered, like:
This results in the Configuration missing errors, even if you fill in all the required fields manually afterwards |
updating my dockerfile to do npm install as root seems to help
now only the Token has to be filled in manually |
@JorisBloemenIXON thanks for your input, i'm running it on a raspi zero w without docker and the behavior is quite strange, i managed to get it working when first configuring the config node and the out node afterwards , ... quite fishy 😬 |
Does anyone have any idea why I get "Configuration missing" when everything is configured?
I did notice the Token to be shorter after deployment then the one I pasted from InfluxDB. `
I can write to InfluxDB via CURL so the issue seems to be in the influxdb node
The text was updated successfully, but these errors were encountered: