oxidecomputer / oxidecomputer/console
Getting a blank page when clicking NEXT on my list of instances
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 228
- Forks
- 22
- Avg merge
- 19h 42m
- Merged PRs (30d)
- 32
Description
I'm spinning a bunch of VMs (i.e. 50) and I see the first page of my Instances section getting populated correctly.
However, I also see the 'Next' button enabled, which led me to think there were more. Out of curiosity, I clicked it and I just got a blank page :(
https://github.com/user-attachments/assets/9e386297-57f9-4c03-aade-ff7b04054622
I'm using the terraform scripts located here: https://github.com/oxidecomputer/product-assurance/tree/main/pytest_tests/terraform_scripts/local-storage-scale with the following tweaked values:
vm_count -> 50
vm_ncpus -> 2
local_disk_count -> 1
local_disk_size -> 536870912000
Contributor guide
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
Reproduce in the Instances section with the product-assurance/pytest_tests/terraform_scripts/local-storage-scale scripts using vm_count 50 and the reported values. Start by tracing the Instances list pagination from the Next button. Done means Next either shows the remaining instances or is disabled when no further page exists, rather than opening a blank page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100