Uniswap / Uniswap/interface

Crash report: `ChunkLoadError: Loading chunk 20 failed.(error: https://app.uniswap.org/static/js/20.efcb1483.chunk.js)`

Open
#5,066 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/#/tokens/polygon/0x2791bca1f2de4661ed88a30c99a7a9449aa84174

Error

ChunkLoadError: Loading chunk 20 failed.
(error: https://app.uniswap.org/static/js/20.efcb1483.chunk.js)

Stacktrace

ChunkLoadError: Loading chunk 20 failed.
(error: https://app.uniswap.org/static/js/20.efcb1483.chunk.js)
    at n.e (https://app.uniswap.org/:50:6376)
    at https://app.uniswap.org/static/js/main.3db5ef16.chunk.js:1:656549
    at I (https://app.uniswap.org/static/js/7.2b2e4a48.chunk.js:2:3519541)
    at Ss (https://app.uniswap.org/static/js/7.2b2e4a48.chunk.js:2:3750572)
    at gu (https://app.uniswap.org/static/js/7.2b2e4a48.chunk.js:2:3739034)
    at mu (https://app.uniswap.org/static/js/7.2b2e4a48.chunk.js:2:3738962)
    at vu (https://app.uniswap.org/static/js/7.2b2e4a48.chunk.js:2:3738825)
    at su (https://app.uniswap.org/static/js/7.2b2e4a48.chunk.js:2:3735941)
    at Hi (https://app.uniswap.org/static/js/7.2b2e4a48.chunk.js:2:3676607)
    at https://app.uniswap.org/static/js/7.2b2e4a48.chunk.js:2:3733546

Device data

{
  "ua": "Mozilla/5.0 (Linux; Android 11; SM-A037F Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/102.0.5005.125 Mobile Safari/537.36 WebView MetaMaskMobile",
  "browser": {
    "name": "Chrome WebView",
    "version": "102.0.5005.125",
    "major": "102"
  },
  "engine": {
    "name": "Blink",
    "version": "102.0.5005.125"
  },
  "os": {
    "name": "Android",
    "version": "11"
  },
  "device": {
    "vendor": "Samsung",
    "model": "SM-A037F",
    "type": "mobile"
  },
  "cpu": {}
}

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 Polygon token URL in the reported MetaMask Android WebView environment and inspect the failed static/js/20.efcb1483.chunk.js request alongside the provided stack trace. Trace the corresponding chunk-loading entry point in the TypeScript application; the work is done when the route loads without this ChunkLoadError and the failure is covered or otherwise verified.

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.