Jan Czekala
Jan Czekala
> using node-fetch solved this What version did you use? As @balazsorban44 mentioned, Next.js also uses node-fetch under the hood. Perhaps they are using a different version?
I just stumbled upon this, @mmick66 did you find any solution to this problem?
I also get the same error
Hi, sorry for only answering now. As I´m not using Auth.Js with Credentials and custom JWT issueing it´s harder for me to test and debug this. @amb1ent seems to have...
I just tested this on the latest astro, @auth/core and auth-astro version without any issues. Do you still have this problem?
Hi, thanks for bringing this to my attention. I´ll include ```ts export const prerender = false; ``` with the next patch, like @MiniCheese26 suggested.
Hi, could you also provide the your Astro config please? If you have the auth config in a seperate file please also send this :)
Is your config named 'auth.config.ts' or something else? If it's something else you need to define the path in the auth. Integration with the parameter 'configFile'
I'm glad I could help 😄 Yes please do so, I highly appreciate the community feedback :)