ntk-quanxi

Results 3 comments of ntk-quanxi

It's not a bug of chatgpt client. the problem seems to be caused by chatgpt api. You can log in on the web and find that the chat histories are...

> same here, I had the scope parameter and I still get the same error "Missing required parameter: scope". What could be the reason? > > `@Injectable() export class GoogleStrategy...

@eybel Thank for your response. I fixed this error. Declare scope in the guard file (like a middlewares in express) instead of in the strategy file. ` @Injectable() export class...