yaseenmustapha / nextjs14-app

Full-stack Next.js 14 application. Uses React 18 client & server components, TypeScript, Prisma ORM, Railway PostgreSQL database, NextAuth.js OAuth 2.0 authentication, OpenAI API GPT-3.5-Turbo, and Stripe payments.
https://nextjs14-showcase.vercel.app
GNU Affero General Public License v3.0
291 stars 61 forks source link

TypeError: Cannot read properties of undefined (reading 'toLowerCase') #15

Open akandaurov opened 9 months ago

akandaurov commented 9 months ago

The project does not run/build throwing errors like this: ⨯ ./app/globals.css.webpack[javascript/auto]!=!./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./app/globals.css TypeError: Cannot read properties of undefined (reading 'toLowerCase')

yaseenmustapha commented 3 months ago

I've since updated some dependencies. Try again and let me know?