interface icon indicating copy to clipboard operation
interface copied to clipboard

Crash report: `Error: Unsupported chain ID`

Open Aanonymiss opened this issue 3 years ago • 1 comments

URL

https://app.uniswap.org/#/remove/178688?chain=polygon

burnV3 state

{
  "percent": 100
}

Error

Error: Unsupported chain ID

Stacktrace

get@https://app.uniswap.org/static/js/main.b339b4b8.chunk.js:1:534539
uO@https://app.uniswap.org/static/js/main.b339b4b8.chunk.js:1:457027
xo@https://app.uniswap.org/static/js/2.b5884ee0.chunk.js:2:2582842
Oa@https://app.uniswap.org/static/js/2.b5884ee0.chunk.js:2:2594530
ks@https://app.uniswap.org/static/js/2.b5884ee0.chunk.js:2:2640937
gu@https://app.uniswap.org/static/js/2.b5884ee0.chunk.js:2:2628992
mu@https://app.uniswap.org/static/js/2.b5884ee0.chunk.js:2:2628920
yu@https://app.uniswap.org/static/js/2.b5884ee0.chunk.js:2:2628781
iu@https://app.uniswap.org/static/js/2.b5884ee0.chunk.js:2:2625561
su@https://app.uniswap.org/static/js/2.b5884ee0.chunk.js:2:2625952
Wf@https://app.uniswap.org/static/js/2.b5884ee0.chunk.js:2:2566563
ru/<@https://app.uniswap.org/static/js/2.b5884ee0.chunk.js:2:2623502

Device data

{
  "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0",
  "browser": {
    "name": "Firefox",
    "version": "103.0",
    "major": "103"
  },
  "engine": {
    "name": "Gecko",
    "version": "103.0"
  },
  "os": {
    "name": "Windows",
    "version": "10"
  },
  "device": {},
  "cpu": {
    "architecture": "amd64"
  }
}

Aanonymiss avatar Jul 21 '22 00:07 Aanonymiss

Chances are you've selected a network not supported by Uniswap at the moment, hence the Error: Unsupported chain ID.

The ?chain=polygon in url won't select the respective network automatically for u, you'll have to select it manually.

chenxsan avatar Jul 21 '22 11:07 chenxsan