Francesco Leoni
Francesco Leoni
I managed to remove the next-intl library and the error still persists. it seems it's occurring when a server component has client components within a dynamic route, so not really...
> I had a similar problem. You should add env NEXTAUTH_URL=your_domain And maybe use .env.local I'm doing that locally for another project, but it doesn't make any difference
I was able to fix the error. It's related to the previous errors on dynamic routs. There was a problem in the encoding url in server.js The url was all...
> > I added a replace statement before the url processing. I'll post the code later for awareness > > May we ask for updates on this? We have a...
> @leof240 Hey Leof 👋 > > Any chance you got that code handy? I'm currently experiencing an _almost_ identical issue except my uri is getting encoded twice around my...
Code updated onto the branch "Fixed"