About 24,700,000 results
Open links in new tab
  1. Adding Favicon to NextJs App router application

    Mar 8, 2023 · Adding Favicon to NextJs App router application Asked 2 years, 10 months ago Modified 1 year, 6 months ago Viewed 80k times

  2. Nextjs 13 is insanely slow in dev environment - Stack Overflow

    Jun 5, 2023 · I recently switched to Nextjs 13 and I noticed it's insanely slow when I run my app on localhost via npm run dev Pages even take 10 seconds and sometimes even longer to …

  3. Proper eslint configuration under NextJS 15 - Stack Overflow

    Oct 23, 2024 · Proper eslint configuration under NextJS 15 Asked 1 year, 2 months ago Modified 9 months ago Viewed 10k times

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

    May 14, 2023 · 2 In NextJS 13, with route.ts File Conventions in app dir, we can read query params and request's body with this:

  5. How to use different .env files with nextjs? - Stack Overflow

    Dec 24, 2019 · 23 You can have different .env files in nextjs with following two ways: 1. Using env-cmd package Provide the path to your environment file in the scripts like:

  6. Why is my NextJS component rendering twice? - Stack Overflow

    Why is my NextJS component rendering twice? Asked 3 years, 9 months ago Modified 10 months ago Viewed 68k times

  7. 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, 8 months ago Modified 1 year, 8 months ago Viewed 3k times

  8. Next Js right way to call external api - Stack Overflow

    Mar 1, 2024 · 6 I have NextJs front from which i need to do calls to external python api. I'm new to Next and i just found out that there is integrated api (by creating folders …

  9. running a Development server on NextJS (on the network)

    Jul 5, 2021 · Recently I started learning NextJS and when I run the command npm run dev, I only see that it starts the development server on the local machine, not on the network. Is there a …

  10. How can I get the url pathname on a server component next js 13

    So basically I have a server component in app dir and I want to get the pathname. I tried to do it using window.location but it does not work. Is there any way I can do this?