Crash report: `ChunkLoadError: Loading chunk 3 failed.(error: https://app.uniswap.org/static/js/3.5f9cb4a2.chunk.js)`
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.5k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
URL
https://app.uniswap.org/#/vote?chain=mainnet
Error
ChunkLoadError: Loading chunk 3 failed.
(error: https://app.uniswap.org/static/js/3.5f9cb4a2.chunk.js)
Stacktrace
ChunkLoadError: Loading chunk 3 failed.
(error: https://app.uniswap.org/static/js/3.5f9cb4a2.chunk.js)
at c.e (https://app.uniswap.org/:1:3642)
at https://app.uniswap.org/static/js/main.60b53f21.chunk.js:1:459170
at T (https://app.uniswap.org/static/js/2.d1f8668d.chunk.js:2:2484511)
at Ya (https://app.uniswap.org/static/js/2.d1f8668d.chunk.js:2:2625352)
at Is (https://app.uniswap.org/static/js/2.d1f8668d.chunk.js:2:2612013)
at Ts (https://app.uniswap.org/static/js/2.d1f8668d.chunk.js:2:2611941)
at As (https://app.uniswap.org/static/js/2.d1f8668d.chunk.js:2:2611804)
at ws (https://app.uniswap.org/static/js/2.d1f8668d.chunk.js:2:2608770)
at https://app.uniswap.org/static/js/2.d1f8668d.chunk.js:2:2558264
at t.unstable_runWithPriority (https://app.uniswap.org/static/js/2.d1f8668d.chunk.js:2:2635501)
Device data
{
"ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36",
"browser": {
"name": "Chrome",
"version": "103.0.0.0",
"major": "103"
},
"engine": {
"name": "Blink",
"version": "103.0.0.0"
},
"os": {
"name": "Mac OS",
"version": "10.15.7"
},
"device": {},
"cpu": {}
}
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
Start by reproducing the issue at https://app.uniswap.org/#/vote?chain=mainnet and inspect the failed request for static/js/3.5f9cb4a2.chunk.js. Use the stacktrace's main.60b53f21.chunk.js entry point and determine why the vote page cannot load that chunk. Done means the page loads without the reported ChunkLoadError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100