Nextjs 14 and nodemailer POST work locally but give 405 in production
I have deployed my website on cloudflare.
NextJS v14 build errors with fetch
to reproduce :
NextJS v14.2.3 with app router.
Make a http call with fetch on an external API.
Static export with errors Next.JS 14 with App Router
I try to make static export and pre-render all pages with nextjs static export feature, I have pages which need dynamic props but I got errors while compiling:
Error occurred prerendering page "/branche/agriculture-foresterie-ressources-animales-et-halieutiques/13/instituts". Read more: https://nextjs.org/docs/messages/prerender-error
How to pass data to layout.jsx from children in NextJs 14?
I have created group routes in my NextJs 14 application, it has a layout.jsx which has the following code:
How does rendering of client component which is a child of server component in nextjs happen
I have a server component and a client component in the following manner
How to set Data for earch indexes in NextJs
in customer we have name and email for example. but in indexes name i wanna store only name
NextJS redirect in server action
I have a fairly simple login page, with a server side action. After the login has been completed, and a session created, I simply want to redirect the user to /app
.
Duplicate Requests in Next.js 14 with Parallel Routes and Intercepting Routes
I’m using Next.js 14 and encountering an issue where my requests are being duplicated when using parallel routes and intercepting routes. Here’s a simplified version of my RootLayout component:
Next.js 14 Server Action Not Returning Data to Client-Side Component
I use a server action for data fetching, and it should return data to the client component, but it’s not working as expected.
How to save file in next js v14 server action?
I am trying to use server action to save file, but i dont understand, how i get file Buffer from formdata.