About 30,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 load, how it is …

  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 8 months ago Viewed 10k times

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

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

  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. How to deploy a Next.js app on HTTPS (SSL connection) with Docker?

    Oct 25, 2022 · Probably the right call. Netlify and Vercel are great tools for Next.js apps. If anyone comes here trying to run it themselves using docker and SSL, I suspect the issue here had to do with …

  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. Not-found page does not work in Next.js 13 - Stack Overflow

    Jan 31, 2023 · This seems to be still needed in nextjs 14, if anyone is wondering. Also in my case, the "catch all" did not work to redirect me to any not-found.js.

  9. 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 /hello-nextjs if …

  10. How can I get (query string) parameters from the URL in Next.js?

    May 9, 2017 · router.query only works in ssr. But sometimes a url params passed to the next page but router.query cannot get this param, you have to reload this page to use rotuer.query to get his …