
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
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 …
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
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:
How to send logs from NextJS to Azure Application Insights using ...
Sep 25, 2024 · I am using winston to log throughout my NextJS application. I want these logs to be collected in Azure Application Insights. Microsoft advises to do so using OpenTelemetry. …
How to deploy a Next.js app on HTTPS (SSL connection) with …
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 …
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 …
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:
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
Next 14: how to set cookie in middleware and get it in root layout
Mar 22, 2024 · As @Ludovic pointed out, a fix has been released in the canary channel of NextJS so that cookies are directly available to the rendering context immediately after they've been …