Issue while loading Data Explorer.
- Dominant language
- TypeScript
- Stars
- 117
- Forks
- 51
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 4
Description
## About the bug
**Steps to reproduce:**
List the minimal actions needed to reproduce the behavior.
1. Log in
2. Clic on Data Explorer
3. It crashes
**Expected behavior:**
Open Data Explorer without crashing
**Actual behavior:**
Data Explorer crashing. It usually happens the first time that I log in. The following times it uses to work good. When I reload the page, it works again.
**Visual Proof:**

## About your environment
**Environment info:**
Online environment running on Firefox for Windows.
**Config:**
**Logs:**
**Performance:**
Generate profiles with the following commands for bugs related to performance, locking, out of memory (OOM), etc.
```sh
# Commands should be run when the bug is actively.
# Note: This command will run for at least 30 seconds.
curl -o profiles.tar.gz "http://localhost:8086/debug/pprof/all?cpu=true"
curl -o vars.txt "http://localhost:8086/debug/vars"
iostat -xd 1 30 > iostat.txt
# Attach the `profiles.tar.gz`, `vars.txt`, and `iostat.txt` output files.
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the crash when opening Data Explorer for the first time after login, using Firefox on Windows, and inspect the browser console for errors. Trace the Data Explorer loading entry point and determine why the initial load fails; done means it opens reliably without requiring a reload.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100