Yohann Legrand
Yohann Legrand
Same issue for me. Works perfectly on localhost, but on Vercel I have a 404 on each next-auth route. I tried with and without the env variable NEXTAUTH_URL (which is...
> It's a typo in the filename. `[...nextAuth].ts` should be `[...nextauth].ts`. (under `pages/api/auth`. Note, it is three `.`, not the `…` ellipsis symbol.) > > Likely the same issue for...
+1, need this as well. I think the PDF should be generated even if some image requests fail. At the moment, if a single image request results in 404 (or...
> > > It's a typo in the filename. `[...nextAuth].ts` should be `[...nextauth].ts`. (under `pages/api/auth`. Note, it is three `.`, not the `…` ellipsis symbol.) > > > Likely the...
I also have this issue on a Next.js project (v14.2 and React v18.2). I tried with CRA too, CodeSandbox, Stackblitz, Vite... it just never works with strict mode, conversations request...
I am experiencing the same issue and for me it has to do with the presence of the **EffectComposer**. When I remove it, sparkles are fine. I would love to...