Page MenuHomePhabricator

[e.cash] Update upgrade page for completed upgrade
ClosedPublic

Authored by Mengerian on Nov 15 2023, 12:54.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC7e9c4435256b: [e.cash] Update upgrade page for completed upgrade
Summary

Similar to D13899

Test Plan

Read it through that it sounds like it happened in the past
Run site locally and test link

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Tail of the build log:

#8 sha256:634c343193cf0be91fbf3905b7868c49a5edf9842be731c5f5c26ce065f2dfe9
#8 0.738 
#8 0.738 > e.cash@0.0.1 build
#8 0.738 > next build
#8 0.738 
#8 1.261 Attention: Next.js now collects completely anonymous telemetry regarding usage.
#8 1.261 This information is used to shape Next.js' roadmap and prioritize features.
#8 1.261 You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
#8 1.261 https://nextjs.org/telemetry
#8 1.261 
#8 1.338    Linting and checking validity of types ...
#8 2.893    Creating an optimized production build ...
#8 10.25  ✓ Compiled successfully
#8 10.26    Collecting page data ...
#8 15.23    Generating static pages (0/108) ...
#8 16.20 TypeError: Cannot read properties of null (reading 'url')
#8 16.20     at /.next/server/pages/get-ecash.js:1:3855
#8 16.20     at Array.map (<anonymous>)
#8 16.20     at TileSection (/.next/server/pages/get-ecash.js:1:3624)
#8 16.20     at Wc (/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
#8 16.20     at Zc (/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
#8 16.20     at Z (/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
#8 16.20     at $c (/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
#8 16.20     at bd (/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
#8 16.20     at Z (/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
#8 16.20     at $c (/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
#8 16.20 
#8 16.20 Error occurred prerendering page "/get-ecash". Read more: https://nextjs.org/docs/messages/prerender-error
#8 16.20 TypeError: Cannot read properties of null (reading 'url')
#8 16.20     at /.next/server/pages/get-ecash.js:1:3855
#8 16.20     at Array.map (<anonymous>)
#8 16.20     at TileSection (/.next/server/pages/get-ecash.js:1:3624)
#8 16.20     at Wc (/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
#8 16.20     at Zc (/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
#8 16.20     at Z (/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
#8 16.20     at $c (/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
#8 16.20     at bd (/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
#8 16.20     at Z (/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
#8 16.20     at $c (/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
#8 18.20 Warning: data for page "/blog" is 956 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
#8 18.20 See more info here: https://nextjs.org/docs/messages/large-page-data
#8 20.61 
   Generating static pages (27/108) 
#8 25.16 
   Generating static pages (54/108) 
#8 25.60 Warning: data for page "/blog/[slug]" (path "/blog/twitter-space-ecash-gunu-kutlamasi-icin-gerceklesen-ama-etkinligi") is 129 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
#8 25.60 See more info here: https://nextjs.org/docs/messages/large-page-data
#8 30.05 
   Generating static pages (81/108) 
#8 34.75 
 ✓ Generating static pages (108/108) 
#8 34.75 
#8 34.75 > Export encountered errors on following paths:
#8 34.75 	/get-ecash
#8 ERROR: executor failed running [/bin/sh -c npm run build]: exit code: 1
------
 > [4/4] RUN npm run build:
------
executor failed running [/bin/sh -c npm run build]: exit code: 1
Build preview-e.cash failed with exit code 1
This revision is now accepted and ready to land.Nov 15 2023, 13:48