Questions tagged [next.js13]
339 questions
-1
votes
1 answer
React.JS / Next.JS NODE_ENV=production runtime error
I yarn install, yarn build, build the docker image, deploy to EKS and hit the following runtime error:
NODE_ENV: production
(node:1) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
at process.binding…

Kok How Teh
- 3,298
- 6
- 47
- 85
-1
votes
1 answer
Next.js v13 how to transfer data client side from to server side?
I have a problem with client and server side in Next.js v13. There is an api. I brought the data from this API by making a request to the server side section. I sent the data (prop) in the server side to the client side. then I used this data in…

Enes Gülcü
- 17
- 5
-2
votes
0 answers
Vercel Alternatives for Next.js Hosting?
Is there another platform similar to Vercel that provides complete support for the various features of Next.js 13 App Router, like server actions and on-demand revalidation?

Mason
- 69
- 7
-2
votes
1 answer
I can't delete loading.tsx
I'm working on a project with Next.js
I added loading.tsx inside the app directory, but when I try to delete it, I get an error;
Caused by: The system cannot find the file specified. (os error 2)
Import trace for requested…

yusufakcekoce
- 5
- 3
-2
votes
1 answer
how to add Ant design to next.js 13 project,and customize the theme and components
What Ant design has done so well is humanizing their design. They evaluate quality of design by measuring against four human-consciousness and happiness centric values - naturalness, certainty, meaningfulness, and growth. Those act as a standard for…

lionr learn
- 1
- 2
-3
votes
1 answer
After clicking on button fetch method is called endlessly
I want to use a modal within a 'use client' page.tsx. I use this example for this: https://www.creative-tim.com/learning-lab/tailwind-starter-kit/documentation/react/modals/regular. However, if I click on the button, my fecth call is set in an…

Captai-N
- 1,124
- 3
- 15
- 26