ShadiBlitz
Results
3
comments of
ShadiBlitz
I have found a workaround fix (tested locally and production) for this issue by doing the following: in `[...nextauth.ts]` add a custom login page: ```typescript pages: { signIn: '/login', },...
> FYI: In my case, I could resolve the given error by transitioning my project to Inferred Tasks, a feature introduced in Nx 18. Details can be found at this...
Looks like the issue got fixed in [18.1.1](https://github.com/nrwl/nx/releases/tag/18.1.1).