Hello
I’m trying to deploy an update to my site where I moved from Styled-Components to Scss modules. In the local version, everything works perfectly well.
I have a preview of my site and there is no Css loaded when I visit it. I’m only getting these two errors:
-
La mise en page a été forcée avant le chargement complet de la page. Si les feuilles de style ne sont pas encore chargées, cela peut provoquer un flash de contenu non stylisé.
-
La feuille de style https://d33wubrfki0l68.cloudfront.net/js/adc83b19e793491b1c6ea0fd8b46cd9f32e592fc/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js n’a pas été chargée car son type MIME, « application/javascript », n’est pas « text/css ».
The problem is that I tried to find what could have gone wrong during the build or the deployment of the site but there are no errors in my logs.
Here are my logs:
11:53:43 AM: Build ready to start
11:56:39 AM: Starting post processing
11:56:39 AM: Post processing - HTML
11:56:39 AM: Skipping form detection
11:56:40 AM: Post processing - header rules
11:56:40 AM: Post processing - redirect rules
11:56:41 AM: Post processing done
11:56:41 AM: Section completed: postprocessing
11:56:42 AM: Site is live ✨
11:53:44 AM: build-image version: 2be2d5ea7334df8a1466155c1fa6d24c44c0ab32 (focal)
11:53:44 AM: buildbot version: 55020a6c6db2bffd4edf01247f1e2fdabaa6e37c
11:53:44 AM: Fetching cached dependencies
11:53:44 AM: Starting to download cache of 366.3MB
11:53:49 AM: Finished downloading cache in 4.963s
11:53:49 AM: Starting to extract cache
11:53:53 AM: Finished extracting cache in 3.786s
11:53:53 AM: Finished fetching cache in 8.812s
11:53:53 AM: Starting to prepare the repo for build
11:53:53 AM: Preparing Git Reference pull/94/head
11:53:55 AM: Custom build command detected. Proceeding with the specified command: 'pnpm run build'
11:53:55 AM: Starting to install dependencies
11:53:55 AM: Python version set to 3.8
11:53:55 AM: Attempting Ruby version 2.7.2, read from environment
11:53:56 AM: Using Ruby version 2.7.2
11:53:56 AM: Started restoring cached go cache
11:53:56 AM: Finished restoring cached go cache
11:53:56 AM: go version go1.19.10 linux/amd64
11:53:57 AM: Using PHP version 8.0
11:53:57 AM: Started restoring cached Node.js version
11:53:58 AM: Finished restoring cached Node.js version
11:53:58 AM: Attempting Node.js version 'lts/*' from .nvmrc
11:53:59 AM: v18.16.1 is already installed.
11:53:59 AM: Now using node v18.16.1 (npm v9.5.1)
11:53:59 AM: Enabling Node.js Corepack
11:53:59 AM: Started restoring cached build plugins
11:53:59 AM: Finished restoring cached build plugins
11:53:59 AM: Started restoring cached corepack dependencies
11:53:59 AM: Finished restoring cached corepack dependencies
11:54:00 AM: Found pnpm version (7.13.4) that doesn't match expected ()
Usage Error: Invalid package manager specification in CLI arguments; expected a semver version, range, or tag
11:54:00 AM: $ corepack prepare [--activate] [--all] [--json] [-o,--output] ...
11:54:00 AM: No pnpm workspaces detected
11:54:00 AM: Started restoring cached node modules
11:54:00 AM: Finished restoring cached node modules
11:54:00 AM: Installing npm packages using pnpm version 7.13.4
11:54:00 AM: WARN Ignoring not compatible lockfile at /opt/build/repo/pnpm-lock.yaml
11:54:00 AM: Progress: resolved 1, reused 0, downloaded 0, added 0
11:54:01 AM: Progress: resolved 40, reused 0, downloaded 35, added 0
11:54:02 AM: Progress: resolved 52, reused 0, downloaded 51, added 0
11:54:03 AM: Progress: resolved 52, reused 0, downloaded 52, added 0
11:54:04 AM: Progress: resolved 53, reused 0, downloaded 52, added 0
11:54:05 AM: Progress: resolved 54, reused 0, downloaded 53, added 0
11:54:07 AM: Progress: resolved 54, reused 0, downloaded 54, added 0
11:54:08 AM: Progress: resolved 83, reused 0, downloaded 66, added 0
11:54:09 AM: Progress: resolved 173, reused 0, downloaded 163, added 0
11:54:10 AM: Progress: resolved 246, reused 0, downloaded 232, added 0
11:54:11 AM: Progress: resolved 304, reused 0, downloaded 283, added 0
11:54:12 AM: WARN deprecated rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
11:54:12 AM: WARN deprecated workbox-cacheable-response@6.6.0: workbox-background-sync@6.6.0
11:54:12 AM: Progress: resolved 330, reused 0, downloaded 313, added 0
11:54:13 AM: Progress: resolved 343, reused 0, downloaded 332, added 0
11:54:14 AM: Progress: resolved 384, reused 0, downloaded 366, added 0
11:54:15 AM: Progress: resolved 480, reused 0, downloaded 469, added 0
11:54:16 AM: Packages: -79
11:54:16 AM: -------------------------------------------------------------------------------
11:54:16 AM: Progress: resolved 516, reused 0, downloaded 505, added 0, done
11:54:17 AM: > pokeref@1.0.0 postinstall /opt/build/repo
11:54:17 AM: > husky install
11:54:17 AM: husky - Git hooks installed
11:54:19 AM: dependencies:
11:54:19 AM: - firebase 9.22.0
11:54:19 AM: WARN Issues with peer dependencies found
11:54:19 AM: .
11:54:19 AM: └─┬ react-virtual 2.10.4
11:54:19 AM: └── ✕ unmet peer react@^16.6.3 || ^17.0.0: found 18.2.0
11:54:19 AM: Done in 18.7s
11:54:19 AM: npm packages installed using pnpm
11:54:19 AM: Install dependencies script success
11:54:19 AM: Starting build script
11:54:20 AM: Detected 1 framework(s)
11:54:20 AM: next at version 13.4.3
11:54:20 AM: Section completed: initializing
11:54:21 AM:
11:54:21 AM: Netlify Build
11:54:21 AM: ────────────────────────────────────────────────────────────────
11:54:21 AM:
11:54:21 AM: ❯ Version
11:54:21 AM: @netlify/build 29.15.6
11:54:21 AM:
11:54:21 AM: ❯ Flags
11:54:21 AM: baseRelDir: true
11:54:21 AM: buildId: 64ae7827e79fa500088cc736
11:54:21 AM: deployId: 64ae7827e79fa500088cc738
11:54:21 AM:
11:54:21 AM: ❯ Current directory
11:54:21 AM: /opt/build/repo
11:54:21 AM:
11:54:21 AM: ❯ Config file
11:54:21 AM: /opt/build/repo/netlify.toml
11:54:21 AM:
11:54:21 AM: ❯ Context
11:54:21 AM: deploy-preview
11:54:22 AM:
11:54:22 AM: ❯ Using Next.js Runtime - v4.39.1
11:54:22 AM:
11:54:22 AM: ❯ Loading plugins
11:54:22 AM: - @netlify/plugin-lighthouse@4.1.1 from Netlify app
11:54:23 AM:
11:54:23 AM: @netlify/plugin-nextjs (onPreBuild event)
11:54:23 AM: ────────────────────────────────────────────────────────────────
11:54:23 AM:
11:54:23 AM: Next.js cache restored.
11:54:23 AM: Netlify configuration property build.environment.NEXT_PRIVATE_TARGET value changed.
11:54:23 AM:
11:54:23 AM: (@netlify/plugin-nextjs onPreBuild completed in 135ms)
11:54:23 AM:
11:54:23 AM: build.command from netlify.toml
11:54:23 AM: ────────────────────────────────────────────────────────────────
11:54:23 AM:
11:54:23 AM: $ pnpm run build
11:54:23 AM: > pokeref@1.0.0 build /opt/build/repo
11:54:23 AM: > next build
11:54:24 AM: - warn You have enabled experimental feature (appDir) in next.config.js.
11:54:24 AM: - warn Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.
11:54:24 AM: - info Skipping linting
11:54:24 AM: - info Checking validity of types...
11:54:27 AM: - info Creating an optimized production build...
11:54:27 AM: > [PWA] Compile client (static)
11:54:27 AM: > [PWA] Auto register service worker with: /opt/build/repo/node_modules/.pnpm/next-pwa@5.6.0_f7aacr5h6eeitlctv5uhobs774/node_modules/next-pwa/register.js
11:54:27 AM: > [PWA] Service worker: /opt/build/repo/public/sw.js
11:54:27 AM: > [PWA] url: /sw.js
11:54:27 AM: > [PWA] scope: /
11:54:27 AM: > [PWA] Fallback to precache routes when fetch failed from cache or network:
11:54:27 AM: > [PWA] document (page): /_offline
11:54:27 AM: > [PWA] Compile server
11:54:27 AM: > [PWA] Compile server
11:54:56 AM: - info Compiled successfully
11:54:56 AM: - info Collecting page data...
11:55:24 AM: - info Generating static pages (0/13)
11:55:24 AM: Creating Table Instance...
11:55:24 AM: Creating Table Instance...
11:55:24 AM: - info Generating static pages (3/13)
11:55:25 AM: - info Generating static pages (6/13)
11:55:25 AM: - info Generating static pages (9/13)
11:55:26 AM: - info Generating static pages (13/13)
11:55:26 AM: - info Finalizing page optimization...
11:55:26 AM: Route (pages) Size First Load JS
11:55:26 AM: ┌ ○ / 6.6 kB 205 kB
11:55:26 AM: ├ └ css/5d3b6c581628f173.css 1.66 kB
11:55:26 AM: ├ /_app 0 B 161 kB
11:55:26 AM: ├ ○ /_offline 303 B 162 kB
11:55:26 AM: ├ ○ /404 806 B 162 kB
11:55:26 AM: ├ └ css/5c3bc66ea79b74a3.css 826 B
11:55:26 AM: ├ ○ /abilities (365 ms) 2.12 kB 172 kB
11:55:26 AM: ├ λ /ability/[name] 2.54 kB 167 kB
11:55:26 AM: ├ └ css/8276569ee24f43a3.css 121 B
11:55:26 AM: ├ λ /item/[name] 2.61 kB 167 kB
11:55:26 AM: ├ └ css/6c22e5ba410db723.css 898 B
11:55:26 AM: ├ ○ /items (388 ms) 3.36 kB 174 kB
11:55:26 AM: ├ λ /location/[name] 5.35 kB 170 kB
11:55:26 AM: ├ ○ /locations (368 ms) 4.51 kB 169 kB
11:55:26 AM: ├ ○ /login (373 ms) 4.53 kB 191 kB
11:55:26 AM: ├ ○ /machines (377 ms) 1.5 kB 166 kB
11:55:26 AM: ├ λ /move/[name] 9.4 kB 174 kB
11:55:26 AM: ├ └ css/e2046673e3820a88.css 4.31 kB
11:55:26 AM: ├ ○ /moves 547 B 174 kB
11:55:26 AM: ├ λ /pokemon/[name] 25.8 kB 205 kB
11:55:26 AM: ├ └ css/2d69a129f78111a1.css 21.1 kB
11:55:26 AM: ├ ○ /profile (374 ms) 897 B 181 kB
11:55:26 AM: ├ └ css/7357bf4ae067b398.css 1.08 kB
11:55:26 AM: ├ ○ /register (358 ms) 2.59 kB 182 kB
11:55:26 AM: ├ λ /type/[name] 5.9 kB 208 kB
11:55:26 AM: ├ └ css/cb354d43284dc6bf.css 4.82 kB
11:55:26 AM: └ ○ /types 1.61 kB 166 kB
11:55:26 AM: └ css/52663bf71bb7b324.css 798 B
11:55:26 AM: + First Load JS shared by all 168 kB
11:55:26 AM: ├ chunks/framework-ac88a2a245aea9ab.js 45.2 kB
11:55:26 AM: ├ chunks/main-01cccd5047d2d792.js 29 kB
11:55:26 AM: ├ chunks/pages/_app-a23691a0629456ad.js 86.1 kB
11:55:26 AM: ├ chunks/webpack-b4a582f142364594.js 1.01 kB
11:55:26 AM: └ css/e18fd6407a839f2f.css 7.08 kB
11:55:26 AM: λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
11:55:26 AM: ○ (Static) automatically rendered as static HTML (uses no initial props)
11:55:26 AM:
11:55:26 AM: (build.command completed in 1m 3.1s)
11:55:26 AM:
11:55:26 AM: @netlify/plugin-nextjs (onBuild event)
11:55:26 AM: ────────────────────────────────────────────────────────────────
11:55:26 AM:
11:55:27 AM: Moving static page files to serve from CDN...
11:55:27 AM: Moved 13 files
11:55:27 AM: You are not using Netlify Edge Functions for image format detection. Set env var NEXT_FORCE_EDGE_IMAGES=true to enable.
11:55:27 AM: Netlify configuration property redirects value changed to [
11:55:27 AM: { from: '/_next/static/*', to: '/static/:splat', status: 200 },
11:55:27 AM: {
11:55:27 AM: from: '/_next/image*',
11:55:27 AM: query: { url: ':url', w: ':width', q: ':quality' },
11:55:27 AM: to: '/_ipx/w_:width,q_:quality/:url',
11:55:27 AM: status: 301
11:55:27 AM: },
11:55:27 AM: { from: '/_ipx/*', to: '/.netlify/builders/_ipx', status: 200 },
11:55:27 AM: {
11:55:27 AM: from: '/api/*',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/MissingNo.png',
11:55:27 AM: to: '/MissingNo.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/fallback-99MmoKLOtT2A0La1IpRbp.js',
11:55:27 AM: to: '/fallback-99MmoKLOtT2A0La1IpRbp.js',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/favicon.ico',
11:55:27 AM: to: '/favicon.ico',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/icon-192x192.png',
11:55:27 AM: to: '/icon-192x192.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/icon-256x256.png',
11:55:27 AM: to: '/icon-256x256.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/icon-384x384.png',
11:55:27 AM: to: '/icon-384x384.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/icon-512x512.png',
11:55:27 AM: to: '/icon-512x512.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/manifest.json',
11:55:27 AM: to: '/manifest.json',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/pokeball.svg',
11:55:27 AM: to: '/pokeball.svg',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/robots.txt',
11:55:27 AM: to: '/robots.txt',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/sitemap-0.xml',
11:55:27 AM: to: '/sitemap-0.xml',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/sitemap.xml',
11:55:27 AM: to: '/sitemap.xml',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/sw.js',
11:55:27 AM: to: '/sw.js',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/workbox-80ca14c3.js',
11:55:27 AM: to: '/workbox-80ca14c3.js',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/other/unknown.png',
11:55:27 AM: to: '/images/other/unknown.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/status/move-physical.png',
11:55:27 AM: to: '/images/status/move-physical.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/status/move-special.png',
11:55:27 AM: to: '/images/status/move-special.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/status/move-status.png',
11:55:27 AM: to: '/images/status/move-status.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/types/bug.png',
11:55:27 AM: to: '/images/types/bug.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/types/dark.png',
11:55:27 AM: to: '/images/types/dark.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/types/dragon.png',
11:55:27 AM: to: '/images/types/dragon.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/types/electric.png',
11:55:27 AM: to: '/images/types/electric.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/types/fairy.png',
11:55:27 AM: to: '/images/types/fairy.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/types/fighting.png',
11:55:27 AM: to: '/images/types/fighting.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/types/fire.png',
11:55:27 AM: to: '/images/types/fire.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/types/flying.png',
11:55:27 AM: to: '/images/types/flying.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/types/ghost.png',
11:55:27 AM: to: '/images/types/ghost.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/types/grass.png',
11:55:27 AM: to: '/images/types/grass.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/types/ground.png',
11:55:27 AM: to: '/images/types/ground.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/types/ice.png',
11:55:27 AM: to: '/images/types/ice.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/types/normal.png',
11:55:27 AM: to: '/images/types/normal.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/types/poison.png',
11:55:27 AM: to: '/images/types/poison.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/types/psychic.png',
11:55:27 AM: to: '/images/types/psychic.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/types/rock.png',
11:55:27 AM: to: '/images/types/rock.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/types/steel.png',
11:55:27 AM: to: '/images/types/steel.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/images/types/water.png',
11:55:27 AM: to: '/images/types/water.png',
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: status: 200
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/*',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: conditions: { Cookie: [Array] },
11:55:27 AM: force: true
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/_next/data/99MmoKLOtT2A0La1IpRbp/index.json',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/_next/data/99MmoKLOtT2A0La1IpRbp/_offline.json',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/_offline',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/_next/data/99MmoKLOtT2A0La1IpRbp/abilities.json',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/abilities',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/_next/data/99MmoKLOtT2A0La1IpRbp/items.json',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/items',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/_next/data/99MmoKLOtT2A0La1IpRbp/locations.json',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/locations',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/_next/data/99MmoKLOtT2A0La1IpRbp/login.json',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/login',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/_next/data/99MmoKLOtT2A0La1IpRbp/machines.json',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/machines',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/_next/data/99MmoKLOtT2A0La1IpRbp/moves.json',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/moves',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/_next/data/99MmoKLOtT2A0La1IpRbp/profile.json',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/profile',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/_next/data/99MmoKLOtT2A0La1IpRbp/register.json',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/register',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/_next/data/99MmoKLOtT2A0La1IpRbp/types.json',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/types',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/_next/data/99MmoKLOtT2A0La1IpRbp/ability/:name.json',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/ability/:name',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/_next/data/99MmoKLOtT2A0La1IpRbp/item/:name.json',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/item/:name',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/_next/data/99MmoKLOtT2A0La1IpRbp/location/:name.json',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/location/:name',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/_next/data/99MmoKLOtT2A0La1IpRbp/move/:name.json',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/move/:name',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/_next/data/99MmoKLOtT2A0La1IpRbp/pokemon/:name.json',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/pokemon/:name',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/_next/data/99MmoKLOtT2A0La1IpRbp/type/:name.json',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/type/:name',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200,
11:55:27 AM: force: false
11:55:27 AM: },
11:55:27 AM: {
11:55:27 AM: from: '/*',
11:55:27 AM: to: '/.netlify/functions/___netlify-handler',
11:55:27 AM: status: 200
11:55:27 AM: }
11:55:27 AM: ].
11:55:27 AM:
11:55:27 AM: (@netlify/plugin-nextjs onBuild completed in 448ms)
11:55:27 AM:
11:55:27 AM: Functions bundling
11:55:27 AM: ────────────────────────────────────────────────────────────────
11:55:27 AM:
11:55:27 AM: Packaging Functions from .netlify/functions-internal directory:
11:55:27 AM: - ___netlify-handler/___netlify-handler.js
11:55:27 AM: - ___netlify-odb-handler/___netlify-odb-handler.js
11:55:27 AM: - _ipx/_ipx.js
11:55:27 AM:
11:56:18 AM:
11:56:18 AM: (Functions bundling completed in 51.2s)
11:56:18 AM:
11:56:18 AM: Edge Functions bundling
11:56:18 AM: ────────────────────────────────────────────────────────────────
11:56:18 AM:
11:56:18 AM:
11:56:18 AM: (Edge Functions bundling completed in 350ms)
11:56:18 AM:
11:56:18 AM: @netlify/plugin-lighthouse (onPostBuild event)
11:56:18 AM: ────────────────────────────────────────────────────────────────
11:56:18 AM:
11:56:18 AM: Generating Lighthouse report. This may take a minute…
11:56:18 AM: Running Lighthouse on .next/
11:56:18 AM: Serving and scanning site from directory .next
11:56:29 AM: Lighthouse scores for .next/
11:56:29 AM: - Performance: 100
11:56:29 AM: - Accessibility: 97
11:56:29 AM: - Best Practices: 92
11:56:29 AM: - SEO: 79
11:56:29 AM: - PWA: 80
11:56:29 AM:
11:56:29 AM: (@netlify/plugin-lighthouse onPostBuild completed in 11.2s)
11:56:29 AM:
11:56:29 AM: @netlify/plugin-nextjs (onPostBuild event)
11:56:29 AM: ────────────────────────────────────────────────────────────────
11:56:29 AM:
11:56:30 AM: Next.js cache saved.
11:56:30 AM:
11:56:30 AM: (@netlify/plugin-nextjs onPostBuild completed in 203ms)
11:56:30 AM:
11:56:30 AM: Deploy site
11:56:30 AM: ────────────────────────────────────────────────────────────────
11:56:30 AM:
11:56:30 AM: Starting to deploy site from '.next'
11:56:30 AM: Calculating files to upload
11:56:30 AM: 22 new files to upload
11:56:30 AM: 3 new functions to upload
11:56:38 AM: Section completed: deploying
11:56:38 AM: Site deploy was successfully initiated
11:56:38 AM:
11:56:38 AM: (Deploy site completed in 8.8s)
11:56:39 AM:
11:56:39 AM: Netlify Build Complete
11:56:39 AM: ────────────────────────────────────────────────────────────────
11:56:39 AM:
11:56:39 AM: (Netlify Build completed in 2m 17.1s)
11:56:39 AM: Caching artifacts
11:56:39 AM: Started saving node modules
11:56:39 AM: Finished saving node modules
11:56:39 AM: Started saving build plugins
11:56:39 AM: Finished saving build plugins
11:56:39 AM: Started saving corepack cache
11:56:39 AM: Finished saving corepack cache
11:56:39 AM: Started saving pip cache
11:56:39 AM: Finished saving pip cache
11:56:39 AM: Started saving emacs cask dependencies
11:56:39 AM: Finished saving emacs cask dependencies
11:56:39 AM: Started saving maven dependencies
11:56:39 AM: Finished saving maven dependencies
11:56:39 AM: Started saving boot dependencies
11:56:39 AM: Finished saving boot dependencies
11:56:39 AM: Started saving rust rustup cache
11:56:39 AM: Finished saving rust rustup cache
11:56:39 AM: Started saving go dependencies
11:56:39 AM: Finished saving go dependencies
11:56:39 AM: Build script success
11:56:39 AM: Section completed: building
11:56:42 AM: Uploading Cache of size 365.5MB
11:56:45 AM: Section completed: cleanup
11:56:45 AM: Finished processing build request in 3m0.338s
I’d like to know why is my Css not loaded and what I should do to make my site works ?