About 13,000,000 results
Open links in new tab
  1. Missing tailwind.config.js in Latest Tailwind CSS and Next.js …

    Mar 19, 2025 · I'm trying to configure Hero UI (or any component library) with the latest versions of Tailwind CSS and Next.js. However, I'm facing issues because there's no tailwind.config.js …

  2. Adding Favicon to NextJs App router application

    Mar 8, 2023 · NextJS will then automatically generate the link tag in the page's head tag (see here for official docs). There is no need to add it to the metadata object in src/app/layout.tsx unless …

  3. next.js fetch request gives error TypeError: fetch failed

    Oct 22, 2022 · I had the same problem when i was building a nextjs(13.4.13) project for production. While i was running the build locally with yarn start it was working perfectly fine.

  4. How to read request body and query params in next 13's API with …

    May 14, 2023 · In NextJS 13, with route.ts File Conventions in app dir, we can read query params and request's body with this: import url from "URL"; export async function POST(request: …

  5. How can I pass an env variable to Next.JS app running inside a …

    Apr 27, 2023 · I am trying to pass the api URL as an env variable to a Next.JS app running inside a Docker container Next.JS documentation states that: "Next.js has built-in support for loading …

  6. NextJs - How to redirect to a new URL with 301 status code?

    Aug 29, 2022 · It looks possible to control the redirecting status-code in middleware.js file, using App Router in NextJS.

  7. Proper eslint configuration under NextJS 15 - Stack Overflow

    Oct 23, 2024 · Proper eslint configuration under NextJS 15 Asked 10 months ago Modified 4 months ago Viewed 8k times

  8. NextJS cannot find a valid build in the '.next' directory

    Jun 20, 2018 · 77 I looked at the following question before asking this one but I believe mine is different because I am not using Docker: Nextjs fails to find valid build in the '.next' directory in …

  9. Getting Error: EINVAL errno: -4071 in NextJS, unable to fix

    Apr 24, 2024 · Getting Error: EINVAL errno: -4071 in NextJS, unable to fix Asked 1 year, 4 months ago Modified 1 year, 4 months ago Viewed 3k times

  10. html - Next.js Redirect from / to another page - Stack Overflow

    Oct 1, 2019 · I'm new in Next.js and I'm wondering how to redirect from the start page ( / ) to /hello-nextjs for example. Once the user loads a page, determine if path === / and redirect to …