About 10,200,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. 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

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

    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:

  4. 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 …

  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. Why is my NextJS component rendering twice? - Stack Overflow

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

  8. nextjs - next build with NODE_ENV=development - Stack Overflow

    Aug 8, 2019 · Well this is Mid-2023 and I wish there was a straightforward solution. Here's what works for me coming from React/vite to Nextjs with 2 different environments file. Using Rodrigo's answer I …

  9. next.js build times are slow. How can I make them faster?

    Mar 22, 2021 · I've investigated both the Next JS documentation as well as similar questions like Slow page build time in development with Next.js and TypeScript (which is TypeScript specific - this …

  10. How can I pass an env variable to Next.JS app running inside a Docker ...

    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 …