GithubHelp home page GithubHelp logo

bookmarks's Introduction

bookmarks

Todo's

  • VERCEL_ENV check for fake data
  • Google auth image session user not working
  • publish new bookmarks
  • Notion source
  • Categories
  • Copy Writing
  • Framer Motion

bookmarks's People

Contributors

matteogauthier avatar

Watchers

 avatar

bookmarks's Issues

Build error related to `jsonbin.io`

[11:09:00.849] Cloning github.com/MatteoGauthier/bookmarks (Branch: master, Commit: a9b06ca)
[11:09:01.353] Cloning completed: 504.143ms
[11:09:01.857] No Build Cache available
[11:09:01.915] Running "vercel build"
[11:09:02.573] Vercel CLI 28.2.5
[11:09:02.946] Installing dependencies...
[11:09:03.415] yarn install v1.22.17
[11:09:03.499] [1/4] Resolving packages...
[11:09:03.797] [2/4] Fetching packages...
[11:09:26.312] [3/4] Linking dependencies...
[11:09:26.315] warning "next > styled-jsx > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0".
[11:09:26.316] warning "next-auth > @next-auth/[email protected]" has unmet peer dependency "@prisma/client@^2.16.1".
[11:09:39.041] [4/4] Building fresh packages...
[11:09:39.979] Done in 36.57s.
[11:09:40.011] Detected Next.js version: 12.0.7
[11:09:40.013] Running "yarn run build"
[11:09:40.373] yarn run v1.22.17
[11:09:40.419] $ next build
[11:09:41.234] Attention: Next.js now collects completely anonymous telemetry regarding usage.
[11:09:41.235] This information is used to shape Next.js' roadmap and prioritize features.
[11:09:41.235] 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:
[11:09:41.235] https://nextjs.org/telemetry
[11:09:41.235] 
[11:09:41.259] Browserslist: caniuse-lite is outdated. Please run:
[11:09:41.259] npx browserslist@latest --update-db
[11:09:41.259] 
[11:09:41.259] Why you should do it regularly:
[11:09:41.260] https://github.com/browserslist/browserslist#browsers-data-updating
[11:09:41.287] info  - Checking validity of types...
[11:09:41.486] warn  - No ESLint configuration detected. Run next lint to begin setup
[11:09:41.493] info  - Creating an optimized production build...
[11:09:41.779] Browserslist: caniuse-lite is outdated. Please run:
[11:09:41.780] npx browserslist@latest --update-db
[11:09:41.780] 
[11:09:41.780] Why you should do it regularly:
[11:09:41.780] https://github.com/browserslist/browserslist#browsers-data-updating
[11:09:41.816] Generating sitemap.xml
[11:09:43.649] 
[11:09:43.649] warn - You have enabled the JIT engine which is currently in preview.
[11:09:43.649] warn - Preview features are not covered by semver, may introduce breaking changes, and can change at any time.
[11:10:13.905] info  - Compiled successfully
[11:10:13.905] info  - Collecting page data...
[11:10:15.605] Google Analytics data fetched
[11:10:17.263] info  - Generating static pages (0/4)
[11:10:17.301] info  - Generating static pages (1/4)
[11:10:17.305] info  - Generating static pages (2/4)
[11:10:17.438] info  - Generating static pages (3/4)
[11:10:18.266] Google Analytics data fetched
[11:10:18.648] Google Analytics data fetched
[11:10:19.218] (node:699) UnhandledPromiseRejectionWarning: FetchError: invalid json response body at https://api.jsonbin.io/b/60086cbaa3d8a0580c340c0c reason: Unexpected token < in JSON at position 0
[11:10:19.219]     at /vercel/path0/node_modules/node-fetch/lib/index.js:272:32
[11:10:19.219]     at processTicksAndRejections (internal/process/task_queues.js:95:5)
[11:10:19.219]     at async /vercel/path0/.next/server/pages/index.js:65:20
[11:10:19.219] (Use `node --trace-warnings ...` to show where the warning was created)
[11:10:19.220] (node:699) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
[11:10:19.220] (node:699) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
[11:11:17.505] warn  - Restarted static page generation for / because it took more than 60 seconds
[11:11:17.506] warn  - See more info here https://nextjs.org/docs/messages/static-page-generation-timeout
[11:11:18.651] Google Analytics data fetched
[11:11:19.307] Google Analytics data fetched
[11:11:19.863] (node:869) UnhandledPromiseRejectionWarning: FetchError: invalid json response body at https://api.jsonbin.io/b/60086cbaa3d8a0580c340c0c reason: Unexpected token < in JSON at position 0
[11:11:19.863]     at /vercel/path0/node_modules/node-fetch/lib/index.js:272:32
[11:11:19.863]     at processTicksAndRejections (internal/process/task_queues.js:95:5)
[11:11:19.863]     at async /vercel/path0/.next/server/pages/index.js:65:20
[11:11:19.863] (Use `node --trace-warnings ...` to show where the warning was created)
[11:11:19.864] (node:869) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
[11:11:19.864] (node:869) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
[11:12:17.827] warn  - Restarted static page generation for / because it took more than 60 seconds
[11:12:18.947] Google Analytics data fetched
[11:12:19.300] Google Analytics data fetched
[11:12:19.841] (node:954) UnhandledPromiseRejectionWarning: FetchError: invalid json response body at https://api.jsonbin.io/b/60086cbaa3d8a0580c340c0c reason: Unexpected token < in JSON at position 0
[11:12:19.841]     at /vercel/path0/node_modules/node-fetch/lib/index.js:272:32
[11:12:19.841]     at processTicksAndRejections (internal/process/task_queues.js:95:5)
[11:12:19.841]     at async /vercel/path0/.next/server/pages/index.js:65:20
[11:12:19.841] (Use `node --trace-warnings ...` to show where the warning was created)
[11:12:19.841] (node:954) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
[11:12:19.842] (node:954) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
[11:13:18.116] 
[11:13:18.117] > Build error occurred
[11:13:18.119] Error: Static page generation for / is still timing out after 3 attempts. See more info here https://nextjs.org/docs/messages/static-page-generation-timeout
[11:13:18.119]     at onRestart (/vercel/path0/node_modules/next/dist/build/index.js:487:31)
[11:13:18.119]     at Worker.exportPage (/vercel/path0/node_modules/next/dist/lib/worker.js:49:40)
[11:13:18.119]     at processTicksAndRejections (internal/process/task_queues.js:95:5)
[11:13:18.119]     at async /vercel/path0/node_modules/next/dist/export/index.js:412:32
[11:13:18.120]     at async Span.traceAsyncFn (/vercel/path0/node_modules/next/dist/trace/trace.js:74:20)
[11:13:18.120]     at async Promise.all (index 1)
[11:13:18.120]     at async /vercel/path0/node_modules/next/dist/export/index.js:407:9
[11:13:18.120]     at async Span.traceAsyncFn (/vercel/path0/node_modules/next/dist/trace/trace.js:74:20)
[11:13:18.120]     at async /vercel/path0/node_modules/next/dist/build/index.js:987:17
[11:13:18.121]     at async Span.traceAsyncFn (/vercel/path0/node_modules/next/dist/trace/trace.js:74:20)
[11:13:18.146] error Command failed with exit code 1.
[11:13:18.146] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[11:13:18.154] Error: Command "yarn run build" exited with 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.