Uniswap / Uniswap/interface

Crash report: `ChunkLoadError: Loading chunk 10 failed.(error: https://app.uniswap.org/static/js/10.07f6f61f.chunk.js)`

Open
#5,809 0 comments 0 reactions 0 assignees View on GitHub

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 10 failed.
(error: https://app.uniswap.org/static/js/10.07f6f61f.chunk.js)

Stacktrace

ChunkLoadError: Loading chunk 10 failed.
(error: https://app.uniswap.org/static/js/10.07f6f61f.chunk.js)
    at c.e (https://app.uniswap.org/:1:3712)
    at https://app.uniswap.org/static/js/main.cedb5ca8.chunk.js:1:805708
    at _ (https://app.uniswap.org/static/js/3.43095e8b.chunk.js:2:2939855)
    at Xo (https://app.uniswap.org/static/js/3.43095e8b.chunk.js:2:3086242)
    at Fu (https://app.uniswap.org/static/js/3.43095e8b.chunk.js:2:3072903)
    at _u (https://app.uniswap.org/static/js/3.43095e8b.chunk.js:2:3072831)
    at Eu (https://app.uniswap.org/static/js/3.43095e8b.chunk.js:2:3072694)
    at wu (https://app.uniswap.org/static/js/3.43095e8b.chunk.js:2:3069660)
    at https://app.uniswap.org/static/js/3.43095e8b.chunk.js:2:3019154
    at t.unstable_runWithPriority (https://app.uniswap.org/static/js/3.43095e8b.chunk.js:2:3096391)

Device data

{
  "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
  "browser": {
    "name": "Chrome",
    "version": "108.0.0.0",
    "major": "108"
  },
  "engine": {
    "name": "Blink",
    "version": "108.0.0.0"
  },
  "os": {
    "name": "Linux",
    "version": "x86_64"
  },
  "device": {},
  "cpu": {
    "architecture": "amd64"
  }
}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the failure at https://app.uniswap.org/#/vote?chain=mainnet and inspect the reported main, vendor, and chunk URLs in the browser network and console output. Done means the vote route loads without the reported ChunkLoadError and the failing chunk is served successfully.

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
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.