-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
When navigating to a vault detail page on v6.raindex.finance, the page intermittently shows an infinite loading spinner instead of rendering the vault data. The issue is flaky — the vault sometimes loads correctly, but other times gets stuck on the spinner indefinitely with no error message.
Steps to Reproduce
- Go to v6.raindex.finance
- Navigate to Vaults
- Open a specific vault, e.g.:
v6.raindex.finance/vaults/8453-0xe522cB4a5fCb2eb31a52Ff41a4653d85A4fd7C9D-0xcdd00c792a93005ae5adf7dce8049bfe952cf2b724a8d2f3ad35f67d45eecb6c - Observe that the vault details sometimes load and sometimes do not
Expected Behaviour
Vault details should load reliably — token balances, deposit/withdraw options, transaction history, vault metadata.
Actual Behaviour
The vault detail page is flaky:
- Sometimes the vault data loads and renders correctly
- Other times the main content area shows only a spinning loader indefinitely — no vault details, no error message
The breadcrumb shows Home > Vaults > Vault, confirming the route resolved, but the data fetch appears to hang intermittently.
Environment
- URL: v6.raindex.finance
- Chain: Base (8453)
- Vault:
0xe522cB4a5fCb2eb31a52Ff41a4653d85A4fd7C9D - Vault ID:
0xcdd00c792a93005ae5adf7dce8049bfe952cf2b724a8d2f3ad35f67d45eecb6c - Wallet: Connected (
0x71b9...87a8) - Network shown in sidebar: LOCALDB (Active)
Notes
The sidebar shows the active network as "LOCALDB" while the URL references chain 8453 (Base). The intermittent nature may suggest a race condition or timeout in the data fetching layer.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working