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
When my app loads, I get a undefined method 'auth_method=' for #<InfluxDB::Rails::ClientConfig:0x000055af834ef718> (NoMethodError)
However, if I remove it and enter a rails console, I can set it to InfluxDB::Rails.client.config.auth_method = 'basic_auth' and am able to write_point without any issues.
Am I missing something?
The text was updated successfully, but these errors were encountered:
👍 on this. That this gem only allows a limited number of configuration options is no benefit to any user. Also, if influxdb-ruby ever changes configuration on their end this gem must follow suit, or else it becomes unusable.
With the following config:
When my app loads, I get a
undefined method 'auth_method=' for #<InfluxDB::Rails::ClientConfig:0x000055af834ef718> (NoMethodError)
However, if I remove it and enter a rails console, I can set it to
InfluxDB::Rails.client.config.auth_method = 'basic_auth'
and am able towrite_point
without any issues.Am I missing something?
The text was updated successfully, but these errors were encountered: