Relative Content

Tag Archive for javascriptnext.js

Show payment popup in nextjs

I want to include a payment method in my nextjs project. When I send the request to the server, a script is returned to me. I need to receive payment using a popup using this, but I couldn’t find how to show it on the page.

How to pass Next.js backend data to the frontend?

I’m working with Next.js and ahave a very simple code where a frontend component is calling a backend endpoint. The backend retrieves the data correctly, but the frontend only receives an empty object every time.

NextJS error boundaries with server actions

Error boundaries in nextjs appears to be mostly a client-side boundary for returning fallback components (or redirecting) in the event of some failure. But does a similar feature exist for server actions?

NextJS error boundaries with server actions

Error boundaries in nextjs appears to be mostly a client-side boundary for returning fallback components (or redirecting) in the event of some failure. But does a similar feature exist for server actions?

NextJS not rendering images after build

I have a NextJS application where i want to render social logo’s dynamical. Now on my dev server this is working fine, but when i execute the build command the images are not visible anymore?