Timeout error in nextjs netlify

i have hosted nextjs website on netlify alot of time when ever visitor visits the web page they getting timeout error.
below is the screen shot of that errr


o

Hey there, @cdking007 :wave:

Thanks for reaching out! Sorry to hear you are encountering obstacles here. We will need a bit more information in order to help you here.

Can you share a URL to your site, your package.json or .toml file, and your most recent deploy log? Thanks!

package.json

{
  "name": "utils",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@fingerprintjs/fingerprintjs": "^3.3.0",
    "@fingerprintjs/fingerprintjs-pro": "^3.5.3",
    "@fortawesome/fontawesome-free": "^5.15.4",
    "@next-auth/mongodb-adapter": "^1.0.1",
    "adblock-detect-react": "^1.0.5",
    "axios": "^0.24.0",
    "bootstrap": "^5.1.3",
    "bootstrap-css-only": "^4.4.1",
    "bootstrap-icons": "^1.8.1",
    "browser-fs-access": "^0.25.0",
    "cookie": "^0.4.2",
    "edkit": "^1.0.0-rc.4",
    "lodash": "^4.17.21",
    "mdbreact": "^4.27.0",
    "mongodb": "^4.4.0",
    "mongoose": "^6.0.13",
    "next": "12.0.4",
    "next-auth": "^4.2.1",
    "next-csrf": "^0.1.2",
    "next-seo": "^4.28.1",
    "next-transpile-modules": "^9.0.0",
    "nextjs-progressbar": "^0.0.13",
    "node-ipinfo": "^3.0.2",
    "query-string": "^7.0.1",
    "react": "17.0.2",
    "react-bootstrap": "^2.1.2",
    "react-bootstrap-editor": "^1.0.0-rc.3",
    "react-dom": "17.0.2",
    "react-google-recaptcha": "^2.1.0",
    "react-quill": "^1.3.5",
    "react-rich-text-editor": "^2.1.2",
    "react-toastify": "^8.1.0",
    "recaptcha-verify": "^0.1.1",
    "sass": "^1.49.8",
    "short-unique-id": "^4.4.4",
    "slugify": "^1.6.5",
    "styled-components": "^5.3.3",
    "suneditor-react": "^3.4.0",
    "validator": "^13.7.0"
  },
  "devDependencies": {
    "eslint": "7.32.0",
    "eslint-config-next": "12.0.4"
  }
}

Recent Deploy Log:

2:05:51 PM: Build ready to start
2:05:53 PM: build-image version: 195fbe127e5c374d9c4758652cb62e3b8936a395 (focal)
2:05:53 PM: build-image tag: v4.6.0
2:05:53 PM: buildbot version: 4ac77ee15240cafa5a14a04b6ca18d8959fa98e6
2:05:53 PM: Fetching cached dependencies
2:05:53 PM: Starting to download cache of 793.3MB
2:06:02 PM: Finished downloading cache in 8.338196193s
2:06:02 PM: Starting to extract cache
2:06:20 PM: Finished extracting cache in 18.271437084s
2:06:20 PM: Finished fetching cache in 26.686449298s
2:06:20 PM: Starting to prepare the repo for build
2:06:20 PM: Preparing Git Reference refs/heads/main
2:06:21 PM: Parsing package.json dependencies
2:06:22 PM: Starting build script
2:06:22 PM: Installing dependencies
2:06:22 PM: Python version set to 2.7
2:06:22 PM: Started restoring cached node version
2:06:24 PM: Finished restoring cached node version
2:06:24 PM: v16.14.2 is already installed.
2:06:25 PM: Now using node v16.14.2 (npm v8.5.0)
2:06:25 PM: Started restoring cached build plugins
2:06:25 PM: Finished restoring cached build plugins
2:06:25 PM: Attempting ruby version 2.7.2, read from environment
2:06:26 PM: Using ruby version 2.7.2
2:06:26 PM: Using PHP version 8.0
2:06:26 PM: Started restoring cached yarn cache
2:06:33 PM: Finished restoring cached yarn cache
2:06:33 PM: No yarn workspaces detected
2:06:33 PM: Started restoring cached node modules
2:06:33 PM: Finished restoring cached node modules
2:06:34 PM: Installing NPM modules using Yarn version 1.22.10
2:06:34 PM: yarn install v1.22.10
2:06:34 PM: [1/4] Resolving packages...
2:06:35 PM: [2/4] Fetching packages...
2:06:36 PM: info @next/swc-android-arm64@12.0.4: The platform "linux" is incompatible with this module.
2:06:36 PM: info "@next/swc-android-arm64@12.0.4" is an optional dependency and failed compatibility check. Excluding it from installation.
2:06:36 PM: info @next/swc-android-arm64@12.0.4: The CPU architecture "x64" is incompatible with this module.
2:06:36 PM: info @next/swc-darwin-arm64@12.0.4: The platform "linux" is incompatible with this module.
2:06:36 PM: info "@next/swc-darwin-arm64@12.0.4" is an optional dependency and failed compatibility check. Excluding it from installation.
2:06:36 PM: info @next/swc-darwin-arm64@12.0.4: The CPU architecture "x64" is incompatible with this module.
2:06:36 PM: info @next/swc-darwin-x64@12.0.4: The platform "linux" is incompatible with this module.
2:06:36 PM: info "@next/swc-darwin-x64@12.0.4" is an optional dependency and failed compatibility check. Excluding it from installation.
2:06:36 PM: info @next/swc-linux-arm-gnueabihf@12.0.4: The CPU architecture "x64" is incompatible with this module.
2:06:36 PM: info "@next/swc-linux-arm-gnueabihf@12.0.4" is an optional dependency and failed compatibility check. Excluding it from installation.
2:06:36 PM: info @next/swc-linux-arm64-gnu@12.0.4: The CPU architecture "x64" is incompatible with this module.
2:06:36 PM: info "@next/swc-linux-arm64-gnu@12.0.4" is an optional dependency and failed compatibility check. Excluding it from installation.
2:06:36 PM: info @next/swc-linux-arm64-musl@12.0.4: The CPU architecture "x64" is incompatible with this module.
2:06:36 PM: info "@next/swc-linux-arm64-musl@12.0.4" is an optional dependency and failed compatibility check. Excluding it from installation.
2:06:36 PM: info @next/swc-win32-arm64-msvc@12.0.4: The platform "linux" is incompatible with this module.
2:06:36 PM: info "@next/swc-win32-arm64-msvc@12.0.4" is an optional dependency and failed compatibility check. Excluding it from installation.
2:06:36 PM: info @next/swc-win32-arm64-msvc@12.0.4: The CPU architecture "x64" is incompatible with this module.
2:06:36 PM: info @next/swc-win32-ia32-msvc@12.0.4: The platform "linux" is incompatible with this module.
2:06:36 PM: info "@next/swc-win32-ia32-msvc@12.0.4" is an optional dependency and failed compatibility check. Excluding it from installation.
2:06:36 PM: info @next/swc-win32-ia32-msvc@12.0.4: The CPU architecture "x64" is incompatible with this module.
2:06:36 PM: info @next/swc-win32-x64-msvc@12.0.4: The platform "linux" is incompatible with this module.
2:06:36 PM: info "@next/swc-win32-x64-msvc@12.0.4" is an optional dependency and failed compatibility check. Excluding it from installation.
2:06:36 PM: info fsevents@2.3.2: The platform "linux" is incompatible with this module.
2:06:36 PM: info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
2:06:36 PM: info fsevents@1.2.4: The platform "linux" is incompatible with this module.
2:06:36 PM: info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
2:06:36 PM: info fsevents@1.2.13: The platform "linux" is incompatible with this module.
2:06:36 PM: info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
2:06:36 PM: [3/4] Linking dependencies...
2:06:36 PM: warning " > bootstrap@5.1.3" has unmet peer dependency "@popperjs/core@^2.10.2".
2:06:36 PM: warning "mdbreact > sass-loader@8.0.2" has unmet peer dependency "webpack@^4.36.0 || ^5.0.0".
2:06:36 PM: warning "next > styled-jsx > @babel/plugin-syntax-jsx@7.14.5" has unmet peer dependency "@babel/core@^7.0.0-0".
2:06:36 PM: warning " > react-quill@1.3.5" has incorrect peer dependency "react@^0.14.9 || ^15.3.0 || ^16.0.0".
2:06:36 PM: warning "react-rich-text-editor > bootstrap@4.6.1" has unmet peer dependency "popper.js@^1.16.1".
2:06:36 PM: warning "react-rich-text-editor > connected-react-router@4.5.0" has unmet peer dependency "react-router@^4.3.1".
2:06:36 PM: warning "react-rich-text-editor > material-icons-react@1.0.4" has incorrect peer dependency "react@~0.14.8 || ^15.0.0".
2:06:36 PM: warning "react-rich-text-editor > material-icons-react@1.0.4" has incorrect peer dependency "react-dom@~0.14.8 || ^15.0.0".
2:06:36 PM: warning "react-rich-text-editor > react-summernote@2.0.2" has incorrect peer dependency "bootstrap@^3.3.6".
2:06:36 PM: warning "react-rich-text-editor > react-summernote@2.0.2" has incorrect peer dependency "react@^15.0.0".
2:06:36 PM: warning " > styled-components@5.3.3" has unmet peer dependency "react-is@>= 16.8.0".
2:06:36 PM: warning " > suneditor-react@3.4.0" has unmet peer dependency "suneditor@^2.42.0".
2:06:36 PM: warning "eslint-config-next > @typescript-eslint/parser > @typescript-eslint/typescript-estree > tsutils@3.21.0" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".
2:06:43 PM: [4/4] Building fresh packages...
2:06:43 PM: Done in 9.08s.
2:06:43 PM: NPM modules installed using Yarn
2:06:43 PM: Started restoring cached go cache
2:06:43 PM: Finished restoring cached go cache
2:06:43 PM: go version go1.16.5 linux/amd64
2:06:43 PM: go version go1.16.5 linux/amd64
2:06:43 PM: Installing missing commands
2:06:43 PM: Verify run directory
2:06:45 PM: ​
2:06:45 PM: ────────────────────────────────────────────────────────────────
2:06:45 PM:   Netlify Build                                                 
2:06:45 PM: ────────────────────────────────────────────────────────────────
2:06:45 PM: ​
2:06:45 PM: ❯ Version
2:06:45 PM:   @netlify/build 26.5.0
2:06:45 PM: ​
2:06:45 PM: ❯ Flags
2:06:45 PM:   baseRelDir: true
2:06:45 PM:   buildId: 6236e76700c3840008a6e44c
2:06:45 PM:   deployId: 6236e76700c3840008a6e44e
2:06:45 PM: ​
2:06:45 PM: ❯ Current directory
2:06:45 PM:   /opt/build/repo
2:06:45 PM: ​
2:06:45 PM: ❯ Config file
2:06:45 PM:   No config file was defined: using default values.
2:06:45 PM: ​
2:06:45 PM: ❯ Context
2:06:45 PM:   production
2:06:45 PM: ​
2:06:45 PM: ❯ Loading plugins
2:06:45 PM:    - @netlify/plugin-nextjs@4.2.7 from Netlify app
2:06:46 PM: ​
2:06:46 PM: ────────────────────────────────────────────────────────────────
2:06:46 PM:   1. @netlify/plugin-nextjs (onPreBuild event)                  
2:06:46 PM: ────────────────────────────────────────────────────────────────
2:06:46 PM: ​
2:06:47 PM: Next.js cache restored.
2:06:47 PM: Netlify configuration property "build.environment.NEXT_PRIVATE_TARGET" value changed.
2:06:47 PM: ​
2:06:47 PM: (@netlify/plugin-nextjs onPreBuild completed in 182ms)
2:06:47 PM: ​
2:06:47 PM: ────────────────────────────────────────────────────────────────
2:06:47 PM:   2. Build command from Netlify app                             
2:06:47 PM: ────────────────────────────────────────────────────────────────
2:06:47 PM: ​
2:06:47 PM: $ npm run build
2:06:47 PM: > utils@0.1.0 build
2:06:47 PM: > next build
2:06:48 PM: warn  - The `target` config is deprecated and will be removed in a future version.
2:06:48 PM: See more info here https://nextjs.org/docs/messages/deprecated-target-config
2:06:48 PM: warn  - You have enabled experimental feature(s).
2:06:48 PM: warn  - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use them at your own risk.
2:06:48 PM: info  - Checking validity of types...
2:06:51 PM: ./pages/_app.js
2:06:51 PM: 39:11  Warning: Use the `next/script` component for loading third party scripts. See: https://nextjs.org/docs/messages/next-script-for-ga.  @next/next/next-script-for-ga
2:06:51 PM: ./pages/blog/[slug].js
2:06:51 PM: 31:7  Warning: Do not use <img>. Use Image from 'next/image' instead. See https://nextjs.org/docs/messages/no-img-element.  @next/next/no-img-element
2:06:51 PM: ./pages/tools/ip/index.jsx
2:06:51 PM: 27:13  Warning: Effect callbacks are synchronous to prevent race conditions. Put the async function inside:
2:06:51 PM: useEffect(() => {
2:06:51 PM:   async function fetchData() {
2:06:51 PM:     // You can await here
2:06:51 PM:     const response = await MyAPI.getData(someId);
2:06:51 PM:     // ...
2:06:51 PM:   }
2:06:51 PM:   fetchData();
2:06:51 PM: }, [someId]); // Or [] if effect doesn't need props or state
2:06:51 PM: Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-fetching  react-hooks/exhaustive-deps
2:06:51 PM: 30:6  Warning: React Hook useEffect has a missing dependency: 'props.query.ip'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
2:06:51 PM: ./components/Footer.jsx
2:06:51 PM: 41:19  Warning: Do not use <img>. Use Image from 'next/image' instead. See https://nextjs.org/docs/messages/no-img-element.  @next/next/no-img-element
2:06:51 PM: info  - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
2:06:51 PM: info  - Creating an optimized production build...
2:07:31 PM: info  - Compiled successfully
2:07:31 PM: info  - Collecting page data...
2:07:37 PM: info  - Generating static pages (0/13)
2:07:37 PM: info  - Generating static pages (3/13)
2:07:37 PM: info  - Generating static pages (6/13)
2:07:37 PM: info  - Generating static pages (9/13)
2:07:37 PM: info  - Generating static pages (13/13)
2:07:38 PM: info  - Finalizing page optimization...
2:07:38 PM: Page                                       Size     First Load JS
2:07:38 PM: ┌ λ /                                      2 kB            276 kB
2:07:38 PM: ├   /_app                                  0 B             271 kB
2:07:38 PM: ├ ○ /404                                   196 B           271 kB
2:07:38 PM: ├ λ /api/auth/[...nextauth]                0 B             271 kB
2:07:38 PM: ├ λ /api/blog                              0 B             271 kB
2:07:38 PM: ├ λ /api/blog/[slug]                       0 B             271 kB
2:07:38 PM: ├ λ /api/category                          0 B             271 kB
2:07:38 PM: ├ λ /api/contactus                         0 B             271 kB
2:07:38 PM: ├ λ /api/geoip/info                        0 B             271 kB
2:07:38 PM: ├ λ /api/hello                             0 B             271 kB
2:07:38 PM: ├ λ /api/instagram/followers               0 B             271 kB
2:07:38 PM: ├ λ /api/instagram/likes                   0 B             271 kB
2:07:38 PM: ├ λ /api/page                              0 B             271 kB
2:07:38 PM: ├ λ /api/slub                              0 B             271 kB
2:07:38 PM: ├ λ /api/validator/email                   0 B             271 kB
2:07:38 PM: ├ λ /api/youtube/likes                     0 B             271 kB
2:07:38 PM: ├ λ /api/youtube/views                     0 B             271 kB
2:07:38 PM: ├ λ /auth/login                            1.01 kB         272 kB
2:07:38 PM: ├ λ /blog                                  2.69 kB         274 kB
2:07:38 PM: ├ λ /blog/[slug]                           586 B           274 kB
2:07:38 PM: ├ λ /blog/create                           4.66 kB         279 kB
2:07:38 PM: ├ λ /category                              2.68 kB         274 kB
2:07:38 PM: ├ ○ /category/create                       4.59 kB         276 kB
2:07:38 PM: ├ ○ /contactus                             6.79 kB         278 kB
2:07:38 PM: ├ λ /dashboard                             2.48 kB         274 kB
2:07:38 PM: ├ λ /p/[slug]                              443 B           274 kB
2:07:38 PM: ├ ○ /p/create                              4.42 kB         279 kB
2:07:38 PM: ├ ○ /tools/instagram/followers             1.57 kB         288 kB
2:07:38 PM: ├ ○ /tools/instagram/like                  2.64 kB         289 kB
2:07:38 PM: ├ λ /tools/ip                              165 kB          461 kB
2:07:38 PM: ├ ○ /tools/utils/camelcase                 812 B           297 kB
2:07:38 PM: ├ ○ /tools/utils/lowercase                 706 B           297 kB
2:07:38 PM: ├ ○ /tools/utils/multi-to-single           799 B           272 kB
2:07:38 PM: ├ ○ /tools/utils/uppercase                 718 B           297 kB
2:07:38 PM: ├ ○ /tools/youtube/likes                   2.68 kB         289 kB
2:07:38 PM: └ ○ /tools/youtube/views                   2.69 kB         289 kB
2:07:38 PM: + First Load JS shared by all              271 kB
2:07:38 PM:   ├ chunks/framework-9aaec023da890215.js   46.8 kB
2:07:38 PM:   ├ chunks/main-50881d1647f842ea.js        28.2 kB
2:07:38 PM:   ├ chunks/pages/_app-3158f7784cb83811.js  194 kB
2:07:38 PM:   ├ chunks/webpack-439f971d0421e2e4.js     1.81 kB
2:07:38 PM:   └ css/f1d8538da18e5b79.css               59.1 kB
2:07:38 PM: λ  (Server)  server-side renders at runtime (uses getInitialProps or getServerSideProps)
2:07:38 PM: ○  (Static)  automatically rendered as static HTML (uses no initial props)
2:07:38 PM: ​
2:07:38 PM: (build.command completed in 50.9s)
2:07:38 PM: ​
2:07:38 PM: ────────────────────────────────────────────────────────────────
2:07:38 PM:   3. @netlify/plugin-nextjs (onBuild event)                     
2:07:38 PM: ────────────────────────────────────────────────────────────────
2:07:38 PM: ​
2:07:38 PM: Patching /opt/build/repo/node_modules/next/dist/server/next-server.js
2:07:38 PM: Done
2:07:38 PM: Moving static page files to serve from CDN...
2:07:38 PM: Moved 11 files
2:07:38 PM: Netlify configuration property "redirects" value changed to [
2:07:38 PM:   { from: '/_next/static/*', to: '/static/:splat', status: 200 },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/image*',
2:07:38 PM:     query: { url: ':url', w: ':width', q: ':quality' },
2:07:38 PM:     to: '/_ipx/w_:width,q_:quality/:url',
2:07:38 PM:     status: 301
2:07:38 PM:   },
2:07:38 PM:   { from: '/_ipx/*', to: '/.netlify/builders/_ipx', status: 200 },
2:07:38 PM:   { from: '/cache/*', to: '/404.html', status: 404, force: true },
2:07:38 PM:   { from: '/server/*', to: '/404.html', status: 404, force: true },
2:07:38 PM:   { from: '/serverless/*', to: '/404.html', status: 404, force: true },
2:07:38 PM:   { from: '/traces', to: '/404.html', status: 404, force: true },
2:07:38 PM:   {
2:07:38 PM:     from: '/routes-manifest.json',
2:07:38 PM:     to: '/404.html',
2:07:38 PM:     status: 404,
2:07:38 PM:     force: true
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/build-manifest.json',
2:07:38 PM:     to: '/404.html',
2:07:38 PM:     status: 404,
2:07:38 PM:     force: true
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/prerender-manifest.json',
2:07:38 PM:     to: '/404.html',
2:07:38 PM:     status: 404,
2:07:38 PM:     force: true
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/react-loadable-manifest.json',
2:07:38 PM:     to: '/404.html',
2:07:38 PM:     status: 404,
2:07:38 PM:     force: true
2:07:38 PM:   },
2:07:38 PM:   { from: '/BUILD_ID', to: '/404.html', status: 404, force: true },
2:07:38 PM:   {
2:07:38 PM:     from: '/api',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/api/*',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/ads.txt',
2:07:38 PM:     to: '/ads.txt',
2:07:38 PM:     conditions: { Cookie: [Array] },
2:07:38 PM:     status: 200
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/favicon.ico',
2:07:38 PM:     to: '/favicon.ico',
2:07:38 PM:     conditions: { Cookie: [Array] },
2:07:38 PM:     status: 200
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/i.js',
2:07:38 PM:     to: '/i.js',
2:07:38 PM:     conditions: { Cookie: [Array] },
2:07:38 PM:     status: 200
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/vercel.svg',
2:07:38 PM:     to: '/vercel.svg',
2:07:38 PM:     conditions: { Cookie: [Array] },
2:07:38 PM:     status: 200
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/*',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     conditions: { Cookie: [Array] },
2:07:38 PM:     force: true
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/index.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/auth/login.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/auth/login',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/blog.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/blog',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/blog/create.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/blog/create',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/category.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/category',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/category/create.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/category/create',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/contactus.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/contactus',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/dashboard.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/dashboard',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/p/create.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/p/create',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/tools/instagram/followers.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/tools/instagram/followers',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/tools/instagram/like.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/tools/instagram/like',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/tools/ip.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/tools/ip',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/tools/utils/camelcase.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/tools/utils/camelcase',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/tools/utils/lowercase.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/tools/utils/lowercase',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/tools/utils/multi-to-single.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/tools/utils/multi-to-single',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/tools/utils/uppercase.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/tools/utils/uppercase',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/tools/youtube/likes.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/tools/youtube/likes',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/tools/youtube/views.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/tools/youtube/views',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/blog/:slug.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/blog/:slug',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/_next/data/yGvonfLw1ejV73kYsC0vQ/p/:slug.json',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/p/:slug',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200,
2:07:38 PM:     force: false
2:07:38 PM:   },
2:07:38 PM:   {
2:07:38 PM:     from: '/*',
2:07:38 PM:     to: '/.netlify/functions/___netlify-handler',
2:07:38 PM:     status: 200
2:07:38 PM:   }
2:07:38 PM: ].
2:07:38 PM: ​
2:07:38 PM: (@netlify/plugin-nextjs onBuild completed in 85ms)
2:07:38 PM: ​
2:07:38 PM: ────────────────────────────────────────────────────────────────
2:07:38 PM:   4. Functions bundling                                         
2:07:38 PM: ────────────────────────────────────────────────────────────────
2:07:38 PM: ​
2:07:38 PM: Packaging Functions from .netlify/functions-internal directory:
2:07:38 PM:  - ___netlify-handler/___netlify-handler.js
2:07:38 PM:  - ___netlify-odb-handler/___netlify-odb-handler.js
2:07:38 PM:  - _ipx/_ipx.js
2:07:38 PM: ​
2:08:08 PM: ​
2:08:08 PM: (Functions bundling completed in 30.5s)
2:08:08 PM: ​
2:08:08 PM: ────────────────────────────────────────────────────────────────
2:08:08 PM:   5. @netlify/plugin-nextjs (onPostBuild event)                 
2:08:08 PM: ────────────────────────────────────────────────────────────────
2:08:08 PM: ​
2:08:09 PM: Next.js cache saved.
2:08:09 PM: ​
2:08:09 PM: (@netlify/plugin-nextjs onPostBuild completed in 323ms)
2:08:09 PM: ​
2:08:09 PM: ────────────────────────────────────────────────────────────────
2:08:09 PM:   6. Deploy site                                                
2:08:09 PM: ────────────────────────────────────────────────────────────────
2:08:09 PM: ​
2:08:09 PM: Starting to deploy site from '.next'
2:08:09 PM: Creating deploy tree 
2:08:09 PM: Creating deploy upload records
2:08:09 PM: 79 new files to upload
2:08:09 PM: 3 new functions to upload
2:08:22 PM: Site deploy was successfully initiated
2:08:22 PM: ​
2:08:22 PM: (Deploy site completed in 13.1s)
2:08:22 PM: ​
2:08:22 PM: ────────────────────────────────────────────────────────────────
2:08:22 PM:   Netlify Build Complete                                        
2:08:22 PM: ────────────────────────────────────────────────────────────────
2:08:22 PM: ​
2:08:22 PM: (Netlify Build completed in 1m 37s)
2:08:22 PM: Starting post processing
2:08:22 PM: Caching artifacts
2:08:22 PM: Started saving node modules
2:08:22 PM: Finished saving node modules
2:08:22 PM: Started saving build plugins
2:08:22 PM: Finished saving build plugins
2:08:22 PM: Started saving yarn cache
2:08:22 PM: Post processing - HTML
2:08:25 PM: Post processing - header rules
2:08:25 PM: Post processing - redirect rules
2:08:25 PM: Post processing done
2:08:28 PM: Site is live ✨
2:08:29 PM: Finished saving yarn cache
2:08:29 PM: Started saving pip cache
2:08:29 PM: Finished saving pip cache
2:08:29 PM: Started saving emacs cask dependencies
2:08:29 PM: Finished saving emacs cask dependencies
2:08:29 PM: Started saving maven dependencies
2:08:29 PM: Finished saving maven dependencies
2:08:29 PM: Started saving boot dependencies
2:08:29 PM: Finished saving boot dependencies
2:08:29 PM: Started saving rust rustup cache
2:08:29 PM: Finished saving rust rustup cache
2:08:29 PM: Started saving go dependencies
2:08:29 PM: Finished saving go dependencies
2:08:29 PM: Build script success
2:10:20 PM: Finished processing build request in 4m27.154194618s

Hey @cdking007,

On the starter plan, you’re limited to 10 seconds of functions timeout which can be upgraded to 26 seconds on all other plans. However, it should not take 10 seconds to render a page. Could you share what you’re doing to load your homepage (like fetching any external APIs, or something)?

looks like i am facing issues for mongodb. yes i am fetching initial data like user ip and make some external calls

Hi there,

we were dealing with some issues with monogdb right around the time you wrote in about this.

could you check again and see if it has resolved itself?