In my Next.js API functions like: export default async function handler(req: NextApiRequest, res: NextApiResponse<any>) { const { someQueryParam } = req
I'm creating a next JS app using this command npx create-next-app my-app --use-npm And everything is installed successfully, but in WebStorm for example when I
I created a project with create-react-app using Typescript and latter I was asked to add next.js to it, what happend was that it broked some svgs across the app
I'm currently working on a project with Nextjs and Material UI. Everything works great in development mode. When I build the project, the first page loads just
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