.auha
01/09/2024, 7:12 PMNest can't resolve dependencies of the AuthGuard (?). Please make sure that the argument Object at index [0] is available in the AppModule context.
The constructor for the guard looks like the following: constructor(private readonly verifyOptions?: VerifySessionOptions)
It seems like the guard is having a DI issue and NestJS can't find it. Any helps on getting me int he right directino would be great.rp_st
01/09/2024, 7:22 PMrp_st
01/09/2024, 7:22 PMporcellus
01/09/2024, 7:36 PMporcellus
01/09/2024, 7:36 PMporcellus
01/09/2024, 7:36 PM.auha
01/10/2024, 9:31 PM@UseGuard(new AuthGuard())
it would work..auha
01/11/2024, 9:06 PMSupertokensService
any other module because the DI does not know how to inject ConfigInjectionToken
config. Do you know how to get that to work?porcellus
01/15/2024, 8:55 AMConfigInjectionToken
to a place where other modules can use it (or possibly set it as an export) not sure, I haven't worked in Nest for a while