I dont know why when i want to render a component inside of a map function, basiclly i have a List component, and when i fetch data from an API with the email,
I am trying to build a simple todo app using Django, Graphene and NextJs. I was able to create todos in graphiQL and postman, however when I try to create a tod
I'm trying to load an image with next-images: when i type in the image name it works fine: //Working <Image src={require(`../../images/exampleImage.jpg` )}/&
Im trying to display the titles, price, description and allergies from the strapi Api:http://localhost:1337/api/pizzasarpsborgs. api Not really sure how to deco
I have to use React 18 for Suspense in a three.js/next/ts project (I have tried using next/dynamic and it does not work). So I installed it and updated everythi
I have a problem, createAsyncThunk function makes request to server (axios) and then get data, after that extraReducers handle builder.addCase in it and makes s
Context I'm using FullCalendar v5.11.0, NextJS v12.0.7, React v17.0.2 and Typescript v4.3.5. I wanted to create a simple calendar, based on FullCalendar documen
Next translation is displaying key instead of lang common:menu.1.title common:read_more i18n.js module.exports = { locales: ['en', 'de', 'cs'], defa
next-config.js /** @type {import('next').NextConfig} */ module.exports = { i18n: { locales: ['en', 'ru'], defaultLocale: 'en', }, publicRuntimeCon
I am learning NextJS and NextAuth and have implemented a Credentials sign in with my own login page and it is working where the session object contains my user
I want to use nivo with Next but when I load the page containing a pie chart made with nivo, I get this error: ReferenceError: ResizeObserver is not defined. My
I am using getStaticProps() in a Next.js app but when I run the app it gives ERROR:- warn - Attempted to load @next/swc-win32-x64-gnu, but it was not installed
currently i'm learning how to develop an application using graphql. I'm facing the error of implementing the subscription inside my application resolver.js cons
I'm using Apollo Client as a graphql client on my next.js application, Here is the function that creates a client for me: let client: ApolloClient<any>;
I'm currently building a project that will work as an addon to another application. I'm currently using NextJS to build the application, but I need to bundle th
Clicking 'Continue with GitHub' fails I am attending the Udemy course React - The Complete Guide (incl Hooks, React Router, Redux) I have followed the instructi
I am creating an application in NextJs and I set the cookie authorization when the user make login: res.setHeader("Set-Cookie", [ cookie.serialize("auth
I have a folder structure looking something like this root/ pages/ models/ User.js utils/ plugin.js dbConnect.js I want to be able to load th
I want to use a <Link /> with no content inside of it within my app, but for whatever reason, if I don't pass any content to it I get the "multiple childr
We are using NextJS and Material-UI for our site, and upon loading the pages, it gives a FOUC. I've narrowed the problem down to the fact that the JS loads fast