0x4007 / dao.ubq.fi

This is only free to host on Vercel from a personal account. Otherwise this would be on @ubiquity. This allows us to use our notion as a CMS for our website.
https://dao.ubq.fi
MIT License
4 stars 5 forks source link

feat: add custom 404 page #10

Closed ryzhak closed 2 years ago

ryzhak commented 2 years ago

PR for https://github.com/ubiquity/ubiquity-dollar/issues/96

Screenshot 2022-11-09 at 13 52 14 Screenshot 2022-11-09 at 13 53 12
vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
dao-ubq-fi ✅ Ready (Inspect) Visit Preview Nov 9, 2022 at 11:34AM (UTC)
ryzhak commented 2 years ago

@pavlovcik

I can't see why build failed because I don't have permission to view build details from your Vercel account. Could you send build details here?

0x4007 commented 2 years ago

[18:58:12.998] Cloning completed: 501.033ms
[18:58:13.092] Previous build caches not available
[18:58:13.436] Not using Build Cache
[18:58:13.476] Running "vercel build"
[18:58:13.971] Vercel CLI 28.4.17
[18:58:14.289] Warning: Detected "engines": { "node": ">=14.17" } in your `package.json` that will automatically upgrade when a new major Node.js Version is released. Learn More: http://vercel.link/node-version
[18:58:14.295] Installing dependencies...
[18:58:14.639] yarn install v1.22.17
[18:58:14.709] [1/5] Validating package.json...
[18:58:14.712] [2/5] Resolving packages...
[18:58:14.925] [3/5] Fetching packages...
[18:58:26.601] [4/5] Linking dependencies...
[18:58:26.604] warning "react-notion-x > react-image@4.0.3" has unmet peer dependency "@babel/runtime@>=7".
[18:58:26.604] warning "react-notion-x > react-lazy-images@1.1.0" has incorrect peer dependency "react@^15 || ^16".
[18:58:26.605] warning "react-notion-x > react-lazy-images@1.1.0" has incorrect peer dependency "react-dom@^15 || ^16".
[18:58:26.611] warning "react-notion-x > react-pdf > file-loader@6.2.0" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0".
[18:58:26.611] warning "static-tweets > @vercel/fetch@6.2.0" has incorrect peer dependency "@types/node-fetch@^2.6.1".
[18:58:34.659] [5/5] Building fresh packages...
[18:58:35.718] Done in 21.08s.
[18:58:35.747] Detected Next.js version: 12.1.3
[18:58:35.749] Running "yarn run build"
[18:58:36.015] yarn run v1.22.17
[18:58:36.060] $ next build
[18:58:36.735] Attention: Next.js now collects completely anonymous telemetry regarding usage.
[18:58:36.735] This information is used to shape Next.js' roadmap and prioritize features.
[18:58:36.735] 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:
[18:58:36.735] https://nextjs.org/telemetry
[18:58:36.735] 
[18:58:36.751] Browserslist: caniuse-lite is outdated. Please run:
[18:58:36.752]   npx browserslist@latest --update-db
[18:58:36.752]   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
[18:58:36.776] info  - Checking validity of types...
[18:58:41.176] warn  - The Next.js plugin was not detected in your ESLint configuration. See https://nextjs.org/docs/basic-features/eslint#migrating-existing-config
[18:58:42.178] 
[18:58:42.178] Failed to compile.
[18:58:42.178] 
[18:58:42.178] ./components/Page404.tsx
[18:58:42.179] 31:19  Error: Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
[18:58:42.179] 34:19  Error: Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
[18:58:42.179] 37:19  Error: Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
[18:58:42.179] 40:19  Error: Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
[18:58:42.179] 43:19  Error: Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
[18:58:42.179] 46:19  Error: Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
[18:58:42.180] 
[18:58:42.180] info  - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
[18:58:42.204] error Command failed with exit code 1.
[18:58:42.204] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[18:58:42.225] Error: Command "yarn run build" exited with 1```
0x4007 commented 2 years ago

Hope to move this CI to Netlify or another solution soon in order to host this repo on our organization account (for free) it just hasn't been prioritized.