My tailwind css is not rendering in nextjs, though it works fine in vercel

Hi, the tailwind css is not working after deploying to Netflify. Although it works fine locally, as well as on vercel. Following is the tailwind config for my app.
module.exports = {
content: [
‘./pages//*.{js,ts,jsx,tsx,mdx}',
'./components/
/.{js,ts,jsx,tsx,mdx}',
'./app/**/
.{js,ts,jsx,tsx,mdx}’,
],
theme: {
extend: {
backgroundImage: {
‘gradient-radial’: ‘radial-gradient(var(–tw-gradient-stops))’,
‘gradient-conic’:
‘conic-gradient(from 180deg at 50% 50%, var(–tw-gradient-stops))’,
},
},
},
plugins: ,
}

This is my entire logs file:

3:17:47 PM: build-image version: 73f16e520fdddf409be6f578c8c2c8941bdf32d3 (focal)
3:17:47 PM: buildbot version: a11acbb405af91d225b392f15bc00822dbffb366
3:17:47 PM: Fetching cached dependencies
3:17:47 PM: Starting to download cache of 177.0MB
3:17:50 PM: Finished downloading cache in 3.03s
3:17:50 PM: Starting to extract cache
3:17:51 PM: Finished extracting cache in 1.397s
3:17:51 PM: Finished fetching cache in 4.512s
3:17:51 PM: Starting to prepare the repo for build
3:17:52 PM: Preparing Git Reference refs/heads/main
3:17:54 PM: Starting to install dependencies
3:17:54 PM: Python version set to 3.8
3:17:54 PM: Attempting Ruby version 2.7.2, read from environment
3:17:54 PM: Using Ruby version 2.7.2
3:17:55 PM: Started restoring cached go cache
3:17:55 PM: Finished restoring cached go cache
3:17:57 PM: Installing Go version 1.19.13 (requested 1.19.x)
3:18:01 PM: go version go1.19.13 linux/amd64
3:18:02 PM: Using PHP version 8.0
3:18:03 PM: Started restoring cached Node.js version
3:18:03 PM: Finished restoring cached Node.js version
3:18:03 PM: v18.17.1 is already installed.
3:18:04 PM: Now using node v18.17.1 (npm v9.6.7)
3:18:04 PM: Enabling Node.js Corepack
3:18:04 PM: Started restoring cached build plugins
3:18:04 PM: Finished restoring cached build plugins
3:18:04 PM: Started restoring cached corepack dependencies
3:18:04 PM: Finished restoring cached corepack dependencies
3:18:04 PM: No npm workspaces detected
3:18:04 PM: Started restoring cached node modules
3:18:04 PM: Finished restoring cached node modules
3:18:04 PM: Installing npm packages using npm version 9.6.7
3:18:05 PM: removed 6 packages, and audited 175 packages in 441ms
3:18:05 PM: 31 packages are looking for funding
3:18:05 PM: run npm fund for details
3:18:05 PM: found 0 vulnerabilities
3:18:05 PM: npm packages installed
3:18:05 PM: Install dependencies script success
3:18:05 PM: Starting build script
3:18:06 PM: Detected 1 framework(s)
3:18:06 PM: next at version 13.4.19
3:18:06 PM: Section completed: initializing
3:18:08 PM: ​
3:18:08 PM: Netlify Build
3:18:08 PM: ────────────────────────────────────────────────────────────────
3:18:08 PM: ​
3:18:08 PM: ❯ Version
3:18:08 PM: @netlify/build 29.20.12
3:18:08 PM: ​
3:18:08 PM: ❯ Flags
3:18:08 PM: baseRelDir: true
3:18:08 PM: buildId: 650428412ff91b000824b3d9
3:18:08 PM: deployId: 650428412ff91b000824b3db
3:18:08 PM: ​
3:18:08 PM: ❯ Current directory
3:18:08 PM: /opt/build/repo
3:18:08 PM: ​
3:18:08 PM: ❯ Config file
3:18:08 PM: No config file was defined: using default values.
3:18:08 PM: ​
3:18:08 PM: ❯ Context
3:18:08 PM: production
3:18:08 PM: ​
3:18:08 PM: ❯ Using Next.js Runtime - v4.40.1
3:18:09 PM: ​
3:18:09 PM: @netlify/plugin-nextjs (onPreBuild event)
3:18:09 PM: ────────────────────────────────────────────────────────────────
3:18:09 PM: ​
3:18:09 PM: Next.js cache restored.
3:18:09 PM: Netlify configuration property build.environment.NEXT_PRIVATE_TARGET value changed.
3:18:09 PM: ​
3:18:09 PM: (@netlify/plugin-nextjs onPreBuild completed in 88ms)
3:18:09 PM: ​
3:18:09 PM: Build command from Netlify app
3:18:09 PM: ────────────────────────────────────────────────────────────────
3:18:09 PM: ​
3:18:09 PM: $ npm run build
3:18:09 PM: > resume_gpt_fe_nextjs@0.1.0 build
3:18:09 PM: > next build
3:18:09 PM: - info Creating an optimized production build…
3:18:16 PM: - info Compiled successfully
3:18:16 PM: - info Linting and checking validity of types…
3:18:16 PM: - info Collecting page data…
3:18:24 PM: - info Generating static pages (0/10)
3:18:24 PM: - info Generating static pages (2/10)
3:18:25 PM: - info Generating static pages (4/10)
3:18:25 PM: - info Generating static pages (7/10)
3:18:25 PM: - info Generating static pages (10/10)
3:18:26 PM: - info Finalizing page optimization…
3:18:26 PM: Route (app) Size First Load JS
3:18:26 PM: ┌ ○ / 61 kB 150 kB
3:18:26 PM: ├ ○ /app 144 B 78.7 kB
3:18:26 PM: ├ ○ /app/intorduction 144 B 78.7 kB
3:18:26 PM: ├ ○ /auth/forgot 181 B 84.5 kB
3:18:26 PM: ├ ○ /auth/login 181 B 84.5 kB
3:18:26 PM: ├ ○ /auth/signin 144 B 78.7 kB
3:18:26 PM: ├ ○ /auth/signup 181 B 84.5 kB
3:18:26 PM: └ ○ /favicon.ico 0 B 0 B
3:18:26 PM: + First Load JS shared by all 78.5 kB
3:18:26 PM: ├ chunks/596-e4d78146d3289fcb.js 26.1 kB
3:18:26 PM: ├ chunks/fd9d1056-c5308d3f28cb1284.js 50.5 kB
3:18:26 PM: ├ chunks/main-app-0b9d5551314b1fc9.js 218 B
3:18:26 PM: └ chunks/webpack-d79e6e37f3f24cf4.js 1.74 kB
3:18:26 PM: Route (pages) Size First Load JS
3:18:26 PM: ─ ○ /404 182 B 76.6 kB
3:18:26 PM: + First Load JS shared by all 76.4 kB
3:18:26 PM: ├ chunks/framework-8883d1e9be70c3da.js 45.1 kB
3:18:26 PM: ├ chunks/main-d1861475a932e028.js 29.4 kB
3:18:26 PM: ├ chunks/pages/_app-52924524f99094ab.js 195 B
3:18:26 PM: └ chunks/webpack-d79e6e37f3f24cf4.js 1.74 kB
3:18:26 PM: ○ (Static) automatically rendered as static HTML (uses no initial props)
3:18:26 PM: ​
3:18:26 PM: (build.command completed in 17.2s)
3:18:26 PM: ​
3:18:26 PM: @netlify/plugin-nextjs (onBuild event)
3:18:26 PM: ────────────────────────────────────────────────────────────────
3:18:26 PM: ​
3:18:26 PM: Moving static page files to serve from CDN…
3:18:26 PM: Moved 16 files
3:18:26 PM: You are not using Netlify Edge Functions for image format detection. Set env var NEXT_FORCE_EDGE_IMAGES=true to enable.
3:18:26 PM: Netlify configuration property redirects value changed to [
3:18:26 PM: { from: ‘/next/static/', to: ‘/static/:splat’, status: 200 },
3:18:26 PM: {
3:18:26 PM: from: '/_next/image
’,
3:18:26 PM: query: { url: ‘:url’, w: ‘:width’, q: ‘:quality’ },
3:18:26 PM: to: '/ipx/w:width,q
:quality/:url’,
3:18:26 PM: status: 301
3:18:26 PM: },
3:18:26 PM: { from: ‘/_ipx/', to: ‘/.netlify/builders/_ipx’, status: 200 },
3:18:26 PM: {
3:18:26 PM: from: '/api/
’,
3:18:26 PM: to: ‘/.netlify/functions/___netlify-handler’,
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/next.svg’,
3:18:26 PM: to: ‘/next.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/site.webmanifest’,
3:18:26 PM: to: ‘/site.webmanifest’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/vercel.svg’,
3:18:26 PM: to: ‘/vercel.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Free.png’,
3:18:26 PM: to: ‘/assets/Free.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/HugeGlobal.svg’,
3:18:26 PM: to: ‘/assets/HugeGlobal.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Illustration1.png’,
3:18:26 PM: to: ‘/assets/Illustration1.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Illustration2.png’,
3:18:26 PM: to: ‘/assets/Illustration2.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Logo.svg’,
3:18:26 PM: to: ‘/assets/Logo.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Premium.png’,
3:18:26 PM: to: ‘/assets/Premium.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Standard.png’,
3:18:26 PM: to: ‘/assets/Standard.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/animation_lm9rosr7_small.gif’,
3:18:26 PM: to: ‘/assets/animation_lm9rosr7_small.gif’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/card-image.png’,
3:18:26 PM: to: ‘/assets/card-image.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/people-1.png’,
3:18:26 PM: to: ‘/assets/people-1.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/people-2.png’,
3:18:26 PM: to: ‘/assets/people-2.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/people-3.png’,
3:18:26 PM: to: ‘/assets/people-3.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/superman.gif’,
3:18:26 PM: to: ‘/assets/superman.gif’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/svgexport-30.png’,
3:18:26 PM: to: ‘/assets/svgexport-30.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/svgexport-30.svg’,
3:18:26 PM: to: ‘/assets/svgexport-30.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/vercel.svg’,
3:18:26 PM: to: ‘/assets/vercel.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/whiteResumania_without_slogan.png’,
3:18:26 PM: to: ‘/assets/whiteResumania_without_slogan.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/whiteResumeDirectfromwebsitewithoutslogan.svg’,
3:18:26 PM: to: ‘/assets/whiteResumeDirectfromwebsitewithoutslogan.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/yellowResumania.png’,
3:18:26 PM: to: ‘/assets/yellowResumania.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/yellowResumania_without_slogan.png’,
3:18:26 PM: to: ‘/assets/yellowResumania_without_slogan.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/android-icon-144x144.png’,
3:18:26 PM: to: ‘/favicon/android-icon-144x144.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/android-icon-192x192.png’,
3:18:26 PM: to: ‘/favicon/android-icon-192x192.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/android-icon-36x36.png’,
3:18:26 PM: to: ‘/favicon/android-icon-36x36.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/android-icon-48x48.png’,
3:18:26 PM: to: ‘/favicon/android-icon-48x48.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/android-icon-72x72.png’,
3:18:26 PM: to: ‘/favicon/android-icon-72x72.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/android-icon-96x96.png’,
3:18:26 PM: to: ‘/favicon/android-icon-96x96.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/apple-icon-114x114.png’,
3:18:26 PM: to: ‘/favicon/apple-icon-114x114.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/apple-icon-120x120.png’,
3:18:26 PM: to: ‘/favicon/apple-icon-120x120.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/apple-icon-144x144.png’,
3:18:26 PM: to: ‘/favicon/apple-icon-144x144.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/apple-icon-152x152.png’,
3:18:26 PM: to: ‘/favicon/apple-icon-152x152.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/apple-icon-180x180.png’,
3:18:26 PM: to: ‘/favicon/apple-icon-180x180.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/apple-icon-57x57.png’,
3:18:26 PM: to: ‘/favicon/apple-icon-57x57.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/apple-icon-60x60.png’,
3:18:26 PM: to: ‘/favicon/apple-icon-60x60.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/apple-icon-72x72.png’,
3:18:26 PM: to: ‘/favicon/apple-icon-72x72.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/apple-icon-76x76.png’,
3:18:26 PM: to: ‘/favicon/apple-icon-76x76.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/favicon-16x16.png’,
3:18:26 PM: to: ‘/favicon/favicon-16x16.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/favicon-32x32.png’,
3:18:26 PM: to: ‘/favicon/favicon-32x32.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/favicon-96x96.png’,
3:18:26 PM: to: ‘/favicon/favicon-96x96.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/favicon.ico’,
3:18:26 PM: to: ‘/favicon/favicon.ico’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/ms-icon-144x144.png’,
3:18:26 PM: to: ‘/favicon/ms-icon-144x144.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/favicon/safari-pinned-tab.svg’,
3:18:26 PM: to: ‘/favicon/safari-pinned-tab.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Icon/amazon.png’,
3:18:26 PM: to: ‘/assets/Icon/amazon.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Icon/bx_bxs-server.svg’,
3:18:26 PM: to: ‘/assets/Icon/bx_bxs-server.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Icon/checklist.svg’,
3:18:26 PM: to: ‘/assets/Icon/checklist.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Icon/discord.png’,
3:18:26 PM: to: ‘/assets/Icon/discord.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Icon/eva_arrow-back-fill.svg’,
3:18:26 PM: to: ‘/assets/Icon/eva_arrow-back-fill.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Icon/eva_arrow-next-fill.svg’,
3:18:26 PM: to: ‘/assets/Icon/eva_arrow-next-fill.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Icon/facebook.svg’,
3:18:26 PM: to: ‘/assets/Icon/facebook.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Icon/gridicons_location.svg’,
3:18:26 PM: to: ‘/assets/Icon/gridicons_location.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Icon/heroicons_sm-user.svg’,
3:18:26 PM: to: ‘/assets/Icon/heroicons_sm-user.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Icon/instagram.svg’,
3:18:26 PM: to: ‘/assets/Icon/instagram.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Icon/jam_check.svg’,
3:18:26 PM: to: ‘/assets/Icon/jam_check.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Icon/netflix.png’,
3:18:26 PM: to: ‘/assets/Icon/netflix.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Icon/reddit.png’,
3:18:26 PM: to: ‘/assets/Icon/reddit.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Icon/spotify.png’,
3:18:26 PM: to: ‘/assets/Icon/spotify.png’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Icon/stars.svg’,
3:18:26 PM: to: ‘/assets/Icon/stars.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/assets/Icon/twitter.svg’,
3:18:26 PM: to: ‘/assets/Icon/twitter.svg’,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: status: 200
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: ‘/',
3:18:26 PM: to: ‘/.netlify/functions/___netlify-handler’,
3:18:26 PM: status: 200,
3:18:26 PM: conditions: { Cookie: [Array] },
3:18:26 PM: force: true
3:18:26 PM: },
3:18:26 PM: {
3:18:26 PM: from: '/
’,
3:18:26 PM: to: ‘/.netlify/functions/___netlify-handler’,
3:18:26 PM: status: 200
3:18:26 PM: }
3:18:26 PM: ].
3:18:26 PM: ​
3:18:26 PM: (@netlify/plugin-nextjs onBuild completed in 145ms)
3:18:26 PM: ​
3:18:26 PM: Functions bundling
3:18:26 PM: ────────────────────────────────────────────────────────────────
3:18:26 PM: ​
3:18:26 PM: Packaging Functions from .netlify/functions-internal directory:
3:18:26 PM: - ___netlify-handler/___netlify-handler.js
3:18:26 PM: - ___netlify-odb-handler/___netlify-odb-handler.js
3:18:26 PM: - _ipx/_ipx.js
3:18:26 PM: ​
3:18:41 PM: ​
3:18:41 PM: (Functions bundling completed in 14.5s)
3:18:41 PM: ​
3:18:41 PM: Edge Functions bundling
3:18:41 PM: ────────────────────────────────────────────────────────────────
3:18:41 PM: ​
3:18:41 PM: Packaging Edge Functions from .netlify/edge-functions directory:
3:18:41 PM: - rsc-data
3:18:42 PM: ​
3:18:42 PM: (Edge Functions bundling completed in 1s)
3:18:42 PM: ​
3:18:42 PM: @netlify/plugin-nextjs (onPostBuild event)
3:18:42 PM: ────────────────────────────────────────────────────────────────
3:18:42 PM: ​
3:18:42 PM: Next.js cache saved.
3:18:42 PM: :test_tube: Thank you for testing appDir support on Netlify. For known issues and to give feedback, visit Using the Next 13 `app` directory on Netlify · netlify/next-runtime · Discussion #1724 · GitHub
3:18:42 PM: ​
3:18:42 PM: (@netlify/plugin-nextjs onPostBuild completed in 255ms)
3:18:42 PM: ​
3:18:42 PM: Deploy site
3:18:42 PM: ────────────────────────────────────────────────────────────────
3:18:42 PM: ​
3:18:42 PM: Starting to deploy site from ‘.next’
3:18:42 PM: Calculating files to upload
3:18:42 PM: 19 new files to upload
3:18:42 PM: 3 new functions to upload
3:18:49 PM: Section completed: deploying
3:18:49 PM: Site deploy was successfully initiated
3:18:49 PM: ​
3:18:49 PM: (Deploy site completed in 7.4s)
3:18:50 PM: ​
3:18:50 PM: Netlify Build Complete
3:18:50 PM: ────────────────────────────────────────────────────────────────
3:18:50 PM: ​
3:18:50 PM: (Netlify Build completed in 42.1s)
3:18:50 PM: Caching artifacts
3:18:50 PM: Started saving node modules
3:18:50 PM: Finished saving node modules
3:18:50 PM: Started saving build plugins
3:18:50 PM: Finished saving build plugins
3:18:50 PM: Started saving corepack cache
3:18:50 PM: Finished saving corepack cache
3:18:50 PM: Started saving pip cache
3:18:50 PM: Finished saving pip cache
3:18:50 PM: Started saving emacs cask dependencies
3:18:50 PM: Finished saving emacs cask dependencies
3:18:50 PM: Started saving maven dependencies
3:18:50 PM: Finished saving maven dependencies
3:18:50 PM: Started saving boot dependencies
3:18:50 PM: Finished saving boot dependencies
3:18:50 PM: Started saving rust rustup cache
3:18:50 PM: Finished saving rust rustup cache
3:18:50 PM: Started saving go dependencies
3:18:50 PM: Finished saving go dependencies
3:18:50 PM: Build script success
3:18:50 PM: Section completed: building
3:18:53 PM: Uploading Cache of size 177.4MB
3:18:55 PM: Section completed: cleanup
3:18:55 PM: Finished processing build request in 1m7.759s

Netlify is serving whatever you’re deploying. This is your currently generated CSS file: endearing-profiterole-767b52.netlify.app/_next/static/css/95941f0e76ea166c.css and I don’t see any relevant Tailwind classes in that file. Either you’ve configured Tailwind incorrectly, or your build process, because Tailwind is not extracting and adding any classes.

Thanks for the response! I am not very experienced with nextjs, but the same code when deployed with vercel, works. You can check it out at https://resumania.tech/

I saw some people with similar issues, where their code is working fine on local as well as on vercel, but bugging on nextjs with respect to tailwind css

Your website hasn’t been updating on Netlify:

I have upgraded the build time limit so you can try updating your project to see if it fixes the issue.