Skip to content

INFLUXDB_BUCKET env var doesn't match the actual bucket name (queries return nothing) #9

@pascaljoly

Description

@pascaljoly

Bug

The .env.example (and original .env) sets:

INFLUXDB_BUCKET=co2

But the actual bucket in the InfluxDB Cloud org is named frog_fleet (id 264e998dffdc618c). This means every query hits a non-existent bucket and returns no data.

Fix

Update .env (and any production config) to:

INFLUXDB_BUCKET=frog_fleet

Also update .env.example so future contributors use the correct value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions