I'm creating an NFT marketplace using hardhat, solidity & Next js, I have a form from where I enter some specific information about the NFT, then by clickin
I'm attempting to follow this guide in Reat-Testing-Library documentation to wrap all the components I want to test. I'm doing this because I need access to the
I have in my Next.js project a card component with a backgroundImage from my Strapi API. The image is shown in local but when I deploy my project in Vercel it d
I am rewriting a React project to TypeScript. Packages: Next.js, next-i18next, styled-components EDIT: The answer is outdated as of current next-i18next version
I'm trying to add font-awesome to my Next.js project using webpack. I've tried following various instructions I've found on the web (using file-loader, url-load
I am unable to trigger the Next.js's 500 error page. Most resources talks about making a custom error page but the Next.js doc briefly mentions their default 50
How can I get the previous URL in nextjs? I thought the values this.props.router.asPath and nextProps.router.asPath are diffrent. Actually, I want to call route
How can I make 301 re directions from one url to another in NextJS application that is stored on Vercel? I tried to add custom express server using server.js fi
Have a tabs component which work perfectly with the router.query state useEffect(() => { let found = false; if (currentTab !== 'leads') {
Today, while working on a project which uses below flow for creating new post in website [Client] ---> FormData --> [FrontEnd Server] ---> FormData --&
I'm struggling with interfaces on my little learning NextJS and TypeScript project. I thought I had it sorted out but am dealing with an issue on my Header.tsx
I want to clear the radio button values without getting errors of react in NextJS, i did manage to do in the other fields like in the example below... <div
we would like to build a fully offline capable react web application. We usually work with NextJS. The current problem that we are facing is that we are not abl
I am using Next.js. I have a set of colors in a different file. How do I change the background color randomly when clicking the button? The Color.js file export
Am implementing the Algolia search in my NextJS app. I have the datasource and indices already setup. What am trying to setup is something like what Gucci is do
So I've run into this weird issue i cannot resolve. My client code was working fine until today. Without any updates to the packages or to the code related to a
I'm having this GraphQL query from headless Wordpress in Nexjs via WpGraphQl plugin: export const GET_POSTS_BY_CATEGORY_SLUG = gql` query GET_POSTS_BY_CATEGORY
How to deal with CORS error with mailchimp API? or what is the problem with this code: This is using mailchimp package: import mailchimp from '@mailchimp/mailch
I'm making a dashboard for my team's bot using next.js and iron-session. However, when I save the session and check it, req.session.user is undefined. How can I
I have a very big bundle size of one of my pages. How can I improve the first loading of the page in Next.js? Pls take a look on screenshot