About 50 results
Open links in new tab
  1. Adding Favicon to NextJs App router application - Stack Overflow

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

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

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

  3. Turbopack issue with nextjs15 in windows - Stack Overflow

    Feb 21, 2025 · I had the same issue on my windows 10 x64, the issue was that i wrongly installed x86 node js however different packages in next js and tailwindcss depends on x64 node version. After …

  4. javascript - State Management in NextJS - Stack Overflow

    Nov 22, 2021 · I want my NextJS site to update a value on each page when I click a simple button. Right now I'm using Recoil as I've found it one of the easiest state management tool so far.

  5. 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 load, how it is …

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

  7. NextJS: How to handle multiple dynamic routes at the root

    Jan 17, 2020 · NextJS: How to handle multiple dynamic routes at the root Asked 6 years ago Modified 3 years, 9 months ago Viewed 44k times

  8. node.js - Kill a NextJs process in terminal - Stack Overflow

    Feb 9, 2024 · I used to be able to kill a NextJs process with killall -9 node. Since the most recent nextJS update this no longer works. I can see this with lsof -i :3000. How can I kill my NextJS process?

  9. NextJS 13 folder structure best practice - Stack Overflow

    May 10, 2023 · NextJS 13 folder structure best practice [closed] Asked 2 years, 9 months ago Modified 10 months ago Viewed 183k times

  10. 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 way to …