Lasse
Lasse
What is the status? Would be great to upgrade to v2. :)
What is the status on this issue? I would find it useful too.
I am running: ``` "@next-auth/prisma-adapter": "^1.0.5", "@next/font": "13.1.1", "@prisma/client": "4.8.0", "next": "13.1.0", "next-auth": "4.18.7", ``` And I get the following error in production (can't reproduce locally) and only with GoogleProvider...
@RayBans2111 Have you been able to solve this?
@RayBans2111 Thanks. Those are all as they should be, just checked. The default config seems to be `checks: [ 'pkce', 'state' ],`. Perhaps only setting either might work. Not sure...
It is properly [this](https://github.com/nextauthjs/next-auth/blob/6c45abf38356d685a3a027d32e604b637209df16/packages/core/src/lib/oauth/authorization-url.ts#L62) URL param that isn't being set or something.
Can with pleasure after an hour of intense testing directly on production on a [site](https://aihelperbot.com/) that is going viral report that adding `checks: ['pkce']` seems to resolve it: ``` export...
Is it really necessary to have all these callbacks? Having `onStop(completion, error)` call should be enough. My problem is that I don't have a callback when the abort signal is...
Hi @steven2358 Do you think it is possible to merge this? :)