TailwindCSS not included in deployed NextJS site

Hello! :wave:

I ran into this problem when I deployed the NextJS SSG website. Here is the link: https://wip.scambi.org/

I have opened the Chrome DevTool and found out that these two resources are missing:

I assumed that this link is the compiled CSS file. I have no idea why it was missing because when I built locally, I can see that a CSS file was generated.

Here is the latest build log if it helps:

7:53:26 PM: Build ready to start
7:53:28 PM: build-image version: d7b3dbfb0846505993c9a131894d1858074c90b4 (focal)
7:53:28 PM: build-image tag: v4.10.1
7:53:28 PM: buildbot version: fe6512288e75c8fa5aadaebb51ed1f96e9314fd4
7:53:28 PM: Fetching cached dependencies
7:53:28 PM: Starting to download cache of 383.4MB
7:53:31 PM: Finished downloading cache in 2.675521264s
7:53:31 PM: Starting to extract cache
7:53:33 PM: Finished extracting cache in 2.012009575s
7:53:33 PM: Finished fetching cache in 4.766166753s
7:53:33 PM: Starting to prepare the repo for build
7:53:33 PM: Preparing Git Reference refs/heads/main
7:53:35 PM: Parsing package.json dependencies
7:53:35 PM: Different build command detected, going to use the one specified in the Netlify configuration file: 'npm run build' versus 'next build' in the Netlify UI
7:53:36 PM: Starting build script
7:53:36 PM: Installing dependencies
7:53:36 PM: Python version set to 2.7
7:53:36 PM: Started restoring cached node version
7:53:37 PM: Finished restoring cached node version
7:53:37 PM: v16.16.0 is already installed.
7:53:37 PM: Now using node v16.16.0 (npm v8.11.0)
7:53:37 PM: Started restoring cached build plugins
7:53:37 PM: Finished restoring cached build plugins
7:53:37 PM: Attempting ruby version 2.7.2, read from environment
7:53:38 PM: Using ruby version 2.7.2
7:53:38 PM: Using PHP version 8.0
7:53:38 PM: No npm workspaces detected
7:53:38 PM: Started restoring cached node modules
7:53:38 PM: Finished restoring cached node modules
7:53:39 PM: Started restoring cached go cache
7:53:39 PM: Finished restoring cached go cache
7:53:39 PM: Installing Go version 1.16.5 (requested 1.16.5)
7:53:43 PM: unset GOOS;
7:53:43 PM: unset GOARCH;
7:53:43 PM: export GOROOT='/opt/buildhome/.gimme/versions/go1.16.5.linux.amd64';
7:53:43 PM: export PATH="/opt/buildhome/.gimme/versions/go1.16.5.linux.amd64/bin:${PATH}";
7:53:43 PM: go version >&2;
7:53:43 PM: export GIMME_ENV="/opt/buildhome/.gimme/env/go1.16.5.linux.amd64.env"
7:53:43 PM: go version go1.16.5 linux/amd64
7:53:43 PM: Installing missing commands
7:53:43 PM: Verify run directory
7:53:44 PM: ​
7:53:44 PM: ────────────────────────────────────────────────────────────────
7:53:44 PM:   Netlify Build                                                 
7:53:44 PM: ────────────────────────────────────────────────────────────────
7:53:44 PM: ​
7:53:44 PM: ❯ Version
7:53:44 PM:   @netlify/build 27.9.1
7:53:44 PM: ​
7:53:44 PM: ❯ Flags
7:53:44 PM:   baseRelDir: true
7:53:44 PM:   buildId: 62ef2926ae07b400099954cb
7:53:44 PM:   deployId: 62ef2926ae07b400099954cd
7:53:44 PM:   systemLogFile: 3
7:53:44 PM: ​
7:53:44 PM: ❯ Current directory
7:53:44 PM:   /opt/build/repo
7:53:44 PM: ​
7:53:44 PM: ❯ Config file
7:53:44 PM:   /opt/build/repo/netlify.toml
7:53:44 PM: ​
7:53:44 PM: ❯ Context
7:53:44 PM:   production
7:53:44 PM: ​
7:53:44 PM: ❯ Loading plugins
7:53:44 PM:    - @netlify/plugin-nextjs@4.12.2 from netlify.toml
7:53:45 PM: ​
7:53:45 PM: ────────────────────────────────────────────────────────────────
7:53:45 PM:   1. @netlify/plugin-nextjs (onPreBuild event)                  
7:53:45 PM: ────────────────────────────────────────────────────────────────
7:53:45 PM: ​
7:53:45 PM: Next.js cache restored.
7:53:45 PM: Netlify configuration property "build.environment.NEXT_PRIVATE_TARGET" value changed.
7:53:45 PM: ​
7:53:45 PM: (@netlify/plugin-nextjs onPreBuild completed in 108ms)
7:53:45 PM: ​
7:53:45 PM: ────────────────────────────────────────────────────────────────
7:53:45 PM:   2. build.command from netlify.toml                            
7:53:45 PM: ────────────────────────────────────────────────────────────────
7:53:45 PM: ​
7:53:45 PM: $ npm run build
7:53:45 PM: > scambi@0.1.0 build
7:53:45 PM: > next build
7:53:45 PM: info  - SWC minify release candidate enabled. https://nextjs.link/swcmin
7:53:45 PM: info  - Linting and checking validity of types...
7:53:48 PM: ./components/dropdown/index.js
7:53:48 PM: 25:5  Warning: React Hook useEffect has a missing dependency: 'isOpen'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
7:53:48 PM: ./components/navbar/index.js
7:53:48 PM: 52:5  Warning: React Hook useEffect has a missing dependency: 'isOpen'. Either include it or remove the dependency array.  react-hooks/exhaustive-deps
7:53:48 PM: info  - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
7:53:48 PM: info  - Creating an optimized production build...
7:53:52 PM: info  - Compiled successfully
7:53:52 PM: info  - Collecting page data...
7:53:55 PM: info  - Generating static pages (0/103)
7:53:59 PM: react-i18next:: You will need to pass in an i18next instance by using initReactI18next
7:53:59 PM: info  - Generating static pages (25/103)
7:54:01 PM: info  - Generating static pages (51/103)
7:54:02 PM: react-i18next:: You will need to pass in an i18next instance by using initReactI18next
7:54:02 PM: react-i18next:: You will need to pass in an i18next instance by using initReactI18next
7:54:03 PM: info  - Generating static pages (77/103)
7:54:06 PM: info  - Generating static pages (103/103)
7:54:06 PM: info  - Finalizing page optimization...
7:54:06 PM: Page                                       Size     First Load JS
7:54:06 PM: ┌ ○ / (2623 ms)                            8.03 kB         158 kB
7:54:06 PM: ├   /_app                                  0 B             111 kB
7:54:06 PM: ├ ○ /404                                   186 B           111 kB
7:54:06 PM: ├ ● /about                                 7.26 kB         123 kB
7:54:06 PM: ├ ○ /contact (1396 ms)                     263 B           112 kB
7:54:06 PM: ├ ● /faq                                   3.63 kB         154 kB
7:54:06 PM: ├ ● /labs                                  4.29 kB         154 kB
7:54:06 PM: ├ ● /labs/[id] (152431 ms)                 2.44 kB         118 kB
7:54:06 PM: ├   ├ /en/labs/34 (5037 ms)
7:54:06 PM: ├   ├ /it/labs/67 (4727 ms)
7:54:06 PM: ├   ├ /en/labs/77 (4726 ms)
7:54:06 PM: ├   ├ /it/labs/43 (4722 ms)
7:54:06 PM: ├   ├ /en/labs/72 (4586 ms)
7:54:06 PM: ├   ├ /en/labs/68 (4575 ms)
7:54:06 PM: ├   ├ /it/labs/33 (4394 ms)
7:54:06 PM: ├   └ [+47 more paths] (avg 2546 ms)
7:54:06 PM: ├ ● /pinoli                                3.54 kB         154 kB
7:54:06 PM: ├ ○ /pinoli/[id] (1381 ms)                 2.22 kB         118 kB
7:54:06 PM: ├ ● /teams                                 1.51 kB         150 kB
7:54:06 PM: └ ● /teams/[id] (80306 ms)                 3.74 kB         152 kB
7:54:06 PM:     ├ /en/teams/hermit-crabs (6848 ms)
7:54:06 PM:     ├ /en/teams/chameleons (6772 ms)
7:54:06 PM:     ├ /en/teams/dissolvenze (4994 ms)
7:54:06 PM:     ├ /en/teams/palanche (4546 ms)
7:54:06 PM:     ├ /en/teams/dragonflies (4150 ms)
7:54:06 PM:     ├ /en/teams/jays (4077 ms)
7:54:06 PM:     ├ /en/teams/snails (4041 ms)
7:54:06 PM:     └ [+17 more paths] (avg 2640 ms)
7:54:06 PM: + First Load JS shared by all              111 kB
7:54:06 PM:   ├ chunks/framework-715a76d8b0695da7.js   45.7 kB
7:54:06 PM:   ├ chunks/main-b398ddcfa13e8b14.js        31.7 kB
7:54:06 PM:   ├ chunks/pages/_app-1e9225649d68041b.js  33.1 kB
7:54:06 PM:   ├ chunks/webpack-3433a2a2d0cf6fb6.js     819 B
7:54:06 PM:   └ css/3df2b3f7c656d489.css               7.69 kB
7:54:06 PM: ○  (Static)  automatically rendered as static HTML (uses no initial props)
7:54:06 PM: ●  (SSG)     automatically generated as static HTML + JSON (uses getStaticProps)
7:54:06 PM: ​
7:54:06 PM: (build.command completed in 21.2s)
7:54:06 PM: ​
7:54:06 PM: ────────────────────────────────────────────────────────────────
7:54:06 PM:   3. @netlify/plugin-nextjs (onBuild event)                     
7:54:06 PM: ────────────────────────────────────────────────────────────────
7:54:06 PM: ​
7:54:06 PM: Patching /opt/build/repo/node_modules/next/dist/server/base-server.js
7:54:06 PM: Done
7:54:06 PM: Patching /opt/build/repo/node_modules/next/dist/server/next-server.js
7:54:06 PM: File was not changed
7:54:06 PM: Moving static page files to serve from CDN...
7:54:06 PM: Moved 180 files
7:54:06 PM: Using Netlify Edge Functions for image format detection. Set env var "NEXT_DISABLE_EDGE_IMAGES=true" to disable.
7:54:06 PM: Netlify configuration property "redirects" value changed to [
7:54:06 PM:   { from: '/_next/static/*', to: '/static/:splat', status: 200 },
7:54:06 PM:   {
7:54:06 PM:     from: '/:locale/_next/static/*',
7:54:06 PM:     to: '/static/:splat',
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/image*',
7:54:06 PM:     query: { url: ':url', w: ':width', q: ':quality' },
7:54:06 PM:     to: '/_ipx/w_:width,q_:quality/:url',
7:54:06 PM:     status: 301
7:54:06 PM:   },
7:54:06 PM:   { from: '/_ipx/*', to: '/.netlify/builders/_ipx', status: 200 },
7:54:06 PM:   { from: '/cache/*', to: '/404.html', status: 404, force: true },
7:54:06 PM:   { from: '/server/*', to: '/404.html', status: 404, force: true },
7:54:06 PM:   { from: '/serverless/*', to: '/404.html', status: 404, force: true },
7:54:06 PM:   { from: '/trace', to: '/404.html', status: 404, force: true },
7:54:06 PM:   { from: '/traces', to: '/404.html', status: 404, force: true },
7:54:06 PM:   {
7:54:06 PM:     from: '/routes-manifest.json',
7:54:06 PM:     to: '/404.html',
7:54:06 PM:     status: 404,
7:54:06 PM:     force: true
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/build-manifest.json',
7:54:06 PM:     to: '/404.html',
7:54:06 PM:     status: 404,
7:54:06 PM:     force: true
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/prerender-manifest.json',
7:54:06 PM:     to: '/404.html',
7:54:06 PM:     status: 404,
7:54:06 PM:     force: true
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/react-loadable-manifest.json',
7:54:06 PM:     to: '/404.html',
7:54:06 PM:     status: 404,
7:54:06 PM:     force: true
7:54:06 PM:   },
7:54:06 PM:   { from: '/BUILD_ID', to: '/404.html', status: 404, force: true },
7:54:06 PM:   {
7:54:06 PM:     from: '/',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: true,
7:54:06 PM:     conditions: { Cookie: [Array] }
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/',
7:54:06 PM:     to: '/en',
7:54:06 PM:     status: 301,
7:54:06 PM:     conditions: { Language: [Array] },
7:54:06 PM:     force: true
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/api',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/api/*',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/faq.png',
7:54:06 PM:     to: '/faq.png',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/favicon.ico',
7:54:06 PM:     to: '/favicon.ico',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/illustrations/about-header.png',
7:54:06 PM:     to: '/illustrations/about-header.png',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/illustrations/aps.png',
7:54:06 PM:     to: '/illustrations/aps.png',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/illustrations/group.png',
7:54:06 PM:     to: '/illustrations/group.png',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/illustrations/pinoli.png',
7:54:06 PM:     to: '/illustrations/pinoli.png',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/illustrations/program.png',
7:54:06 PM:     to: '/illustrations/program.png',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/illustrations/rocket.png',
7:54:06 PM:     to: '/illustrations/rocket.png',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/illustrations/sponsors.png',
7:54:06 PM:     to: '/illustrations/sponsors.png',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/illustrations/subscribe.png',
7:54:06 PM:     to: '/illustrations/subscribe.png',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/illustrations/support1.png',
7:54:06 PM:     to: '/illustrations/support1.png',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/illustrations/support2.png',
7:54:06 PM:     to: '/illustrations/support2.png',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/illustrations/support3.png',
7:54:06 PM:     to: '/illustrations/support3.png',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/illustrations/table-talk.png',
7:54:06 PM:     to: '/illustrations/table-talk.png',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/illustrations/team.png',
7:54:06 PM:     to: '/illustrations/team.png',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/illustrations/workshop-explanation.png',
7:54:06 PM:     to: '/illustrations/workshop-explanation.png',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Londrina_Solid/LondrinaSolid-Black.ttf',
7:54:06 PM:     to: '/fonts/Londrina_Solid/LondrinaSolid-Black.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Londrina_Solid/LondrinaSolid-Light.ttf',
7:54:06 PM:     to: '/fonts/Londrina_Solid/LondrinaSolid-Light.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Londrina_Solid/LondrinaSolid-Regular.ttf',
7:54:06 PM:     to: '/fonts/Londrina_Solid/LondrinaSolid-Regular.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Londrina_Solid/LondrinaSolid-Thin.ttf',
7:54:06 PM:     to: '/fonts/Londrina_Solid/LondrinaSolid-Thin.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Londrina_Solid/OFL.txt',
7:54:06 PM:     to: '/fonts/Londrina_Solid/OFL.txt',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/OFL.txt',
7:54:06 PM:     to: '/fonts/Poppins/OFL.txt',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/Poppins-Black.ttf',
7:54:06 PM:     to: '/fonts/Poppins/Poppins-Black.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/Poppins-BlackItalic.ttf',
7:54:06 PM:     to: '/fonts/Poppins/Poppins-BlackItalic.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/Poppins-Bold.ttf',
7:54:06 PM:     to: '/fonts/Poppins/Poppins-Bold.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/Poppins-BoldItalic.ttf',
7:54:06 PM:     to: '/fonts/Poppins/Poppins-BoldItalic.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/Poppins-ExtraBold.ttf',
7:54:06 PM:     to: '/fonts/Poppins/Poppins-ExtraBold.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/Poppins-ExtraBoldItalic.ttf',
7:54:06 PM:     to: '/fonts/Poppins/Poppins-ExtraBoldItalic.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/Poppins-ExtraLight.ttf',
7:54:06 PM:     to: '/fonts/Poppins/Poppins-ExtraLight.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/Poppins-ExtraLightItalic.ttf',
7:54:06 PM:     to: '/fonts/Poppins/Poppins-ExtraLightItalic.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/Poppins-Italic.ttf',
7:54:06 PM:     to: '/fonts/Poppins/Poppins-Italic.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/Poppins-Light.ttf',
7:54:06 PM:     to: '/fonts/Poppins/Poppins-Light.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/Poppins-LightItalic.ttf',
7:54:06 PM:     to: '/fonts/Poppins/Poppins-LightItalic.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/Poppins-Medium.ttf',
7:54:06 PM:     to: '/fonts/Poppins/Poppins-Medium.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/Poppins-MediumItalic.ttf',
7:54:06 PM:     to: '/fonts/Poppins/Poppins-MediumItalic.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/Poppins-Regular.ttf',
7:54:06 PM:     to: '/fonts/Poppins/Poppins-Regular.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/Poppins-SemiBold.ttf',
7:54:06 PM:     to: '/fonts/Poppins/Poppins-SemiBold.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/Poppins-SemiBoldItalic.ttf',
7:54:06 PM:     to: '/fonts/Poppins/Poppins-SemiBoldItalic.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/Poppins-Thin.ttf',
7:54:06 PM:     to: '/fonts/Poppins/Poppins-Thin.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/fonts/Poppins/Poppins-ThinItalic.ttf',
7:54:06 PM:     to: '/fonts/Poppins/Poppins-ThinItalic.ttf',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/locales/en/common.json',
7:54:06 PM:     to: '/locales/en/common.json',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/locales/en/faq.json',
7:54:06 PM:     to: '/locales/en/faq.json',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/locales/it/common.json',
7:54:06 PM:     to: '/locales/it/common.json',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/locales/it/faq.json',
7:54:06 PM:     to: '/locales/it/faq.json',
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     status: 200
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/*',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     conditions: { Cookie: [Array] },
7:54:06 PM:     force: true
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/it/index.json',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/en/index.json',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/en/',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/it/about.json',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/about',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/en/about.json',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/en/about',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/it/contact.json',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/contact',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/en/contact.json',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/en/contact',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/it/faq.json',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/faq',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/en/faq.json',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/en/faq',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/it/labs.json',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/labs',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/en/labs.json',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/en/labs',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/it/pinoli.json',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/pinoli',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/en/pinoli.json',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/en/pinoli',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/it/teams.json',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/teams',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/en/teams.json',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/en/teams',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/it/labs/:id.json',
7:54:06 PM:     to: '/.netlify/builders/___netlify-odb-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/labs/:id',
7:54:06 PM:     to: '/.netlify/builders/___netlify-odb-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/en/labs/:id.json',
7:54:06 PM:     to: '/.netlify/builders/___netlify-odb-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/en/labs/:id',
7:54:06 PM:     to: '/.netlify/builders/___netlify-odb-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/it/pinoli/:id.json',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/pinoli/:id',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/en/pinoli/:id.json',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/en/pinoli/:id',
7:54:06 PM:     to: '/.netlify/functions/___netlify-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   {
7:54:06 PM:     from: '/_next/data/kS07FRxJm7Iqt7YFsS1dB/it/teams/:id.json',
7:54:06 PM:     to: '/.netlify/builders/___netlify-odb-handler',
7:54:06 PM:     status: 200,
7:54:06 PM:     force: false
7:54:06 PM:   },
7:54:06 PM:   ... 4 more items
7:54:06 PM: ].
7:54:06 PM: ​
7:54:06 PM: (@netlify/plugin-nextjs onBuild completed in 142ms)
7:54:06 PM: ​
7:54:06 PM: ────────────────────────────────────────────────────────────────
7:54:06 PM:   4. Functions bundling                                         
7:54:06 PM: ────────────────────────────────────────────────────────────────
7:54:06 PM: ​
7:54:06 PM: Packaging Functions from .netlify/functions-internal directory:
7:54:06 PM:  - ___netlify-handler/___netlify-handler.js
7:54:06 PM:  - ___netlify-odb-handler/___netlify-odb-handler.js
7:54:06 PM:  - _ipx/_ipx.js
7:54:06 PM: ​
7:54:16 PM: ​
7:54:16 PM: (Functions bundling completed in 9.8s)
7:54:16 PM: ​
7:54:16 PM: ────────────────────────────────────────────────────────────────
7:54:16 PM:   5. Edge Functions bundling                                    
7:54:16 PM: ────────────────────────────────────────────────────────────────
7:54:16 PM: ​
7:54:16 PM: Packaging Edge Functions from .netlify/edge-functions directory:
7:54:16 PM:  - ipx
7:54:16 PM: ​
7:54:16 PM: (Edge Functions bundling completed in 196ms)
7:54:16 PM: ​
7:54:16 PM: ────────────────────────────────────────────────────────────────
7:54:16 PM:   6. @netlify/plugin-nextjs (onPostBuild event)                 
7:54:16 PM: ────────────────────────────────────────────────────────────────
7:54:16 PM: ​
7:54:16 PM: Next.js cache saved.
7:54:16 PM: ​
7:54:16 PM: (@netlify/plugin-nextjs onPostBuild completed in 81ms)
7:54:16 PM: ​
7:54:16 PM: ────────────────────────────────────────────────────────────────
7:54:16 PM:   7. Deploy site                                                
7:54:16 PM: ────────────────────────────────────────────────────────────────
7:54:16 PM: ​
7:54:16 PM: Starting to deploy site from '.next'
7:54:17 PM: Creating deploy tree 
7:54:17 PM: Creating deploy upload records
7:54:17 PM: 126 new files to upload
7:54:17 PM: 2 new functions to upload
7:54:27 PM: Site deploy was successfully initiated
7:54:27 PM: ​
7:54:27 PM: (Deploy site completed in 10.4s)
7:54:27 PM: ​
7:54:27 PM: ────────────────────────────────────────────────────────────────
7:54:27 PM:   Netlify Build Complete                                        
7:54:27 PM: ────────────────────────────────────────────────────────────────
7:54:27 PM: ​
7:54:27 PM: (Netlify Build completed in 43.1s)
7:54:27 PM: Starting post processing
7:54:27 PM: Caching artifacts
7:54:27 PM: Started saving node modules
7:54:27 PM: Finished saving node modules
7:54:27 PM: Started saving build plugins
7:54:27 PM: Finished saving build plugins
7:54:27 PM: Started saving pip cache
7:54:27 PM: Finished saving pip cache
7:54:27 PM: Started saving emacs cask dependencies
7:54:27 PM: Finished saving emacs cask dependencies
7:54:27 PM: Started saving maven dependencies
7:54:27 PM: Finished saving maven dependencies
7:54:27 PM: Started saving boot dependencies
7:54:27 PM: Finished saving boot dependencies
7:54:27 PM: Started saving rust rustup cache
7:54:27 PM: Finished saving rust rustup cache
7:54:27 PM: Started saving go dependencies
7:54:27 PM: Finished saving go dependencies
7:54:27 PM: Build script success
7:54:27 PM: Post processing - HTML
7:54:29 PM: Uploading Cache of size 383.1MB
7:54:31 PM: Post processing - header rules
7:54:32 PM: Post processing - redirect rules
7:54:32 PM: Post processing done
7:54:33 PM: Finished processing build request in 1m5.281362273s
7:54:36 PM: Site is live ✨

Thank you in advance!

Try checking point 2 of limitations here:

Thank you so much! It was because of the Assets Optimization setting. We turned it off and wow it works!

Thank you so much for coming back and letting us know! We are so glad this is working for you now. Happy building :rocket: