influxdata / influxdata/influxdb
/me called twice when loading the application
Open
area/performance
team/ui
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
the endpoint /me is called twice when loading the application. it should only be called once when the app is loaded and then as needed asynchronously.
Contributor guide
Research direction
Start by tracing the application-loading entry point and every request to the /me endpoint. Compare the requests made during initial loading with later asynchronous requests. Done means the application makes /me only once during loading while preserving the intended later requests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react
- Domain
- api, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100