influxdata / influxdata/iot-api-js
The compose setup instructions create an auth database named `iot_center_auth`, but the repo’s default `INFLUX_DATABASE_AUTH` in `.env.development`/README is `iot_center_devices`. This mismatch will cause “database not found” errors unless users also change env defaults; align the database name here or update the project defaults consistently.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 12
- Forks
- 5
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 2
Description
The compose setup instructions create an auth database named `iot_center_auth`, but the repo’s default `INFLUX_DATABASE_AUTH` in `.env.development`/README is `iot_center_devices`. This mismatch will cause “database not found” errors unless users also change env defaults; align the database name here or update the project defaults consistently.
```suggestion
# -d '{"db": "iot_center_devices"}'
```
_Originally posted by @Copilot in https://github.com/influxdata/iot-api-js/pull/29#discussion_r2789216126_
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the compose setup instructions with the INFLUX_DATABASE_AUTH defaults in .env.development and README. Align the database name consistently, then verify the documented setup no longer produces a “database not found” error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose
- Domain
- devops, documentation
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100