Josh Calder
Josh Calder
I have been trying to replicate but have been unable to using node `v16.15.0` Have you tried deleting any package lock files and node_modules folders to ensure a fresh install...
Hi @MichalNemec I am not able to replicate on the same version of Safari with the keystone `with-auth` example. Do you have a minimal keystone example where this issue exists?...
Hi @acoreyj thanks for the PR! Something like this would also be handy with subscriptions (#7722) where we needed to instead create a 2nd Apollo Client. Not sure how using...
> Is this linting error something I can fix? I don't see any specific error, and also on my local machine I get a generic "error Command failed with exit...
> Further update ... seems to be a Yarn issue... using NPM solves it Yes, can confirm switching to npm fixed it for me too. It breaks every time I...
Closing this one as not reproducible, if any further information comes to light feel free to reopen
This error will generally happen when Next-Auth can't find the `NEXTAUTH_URL`. Make sure the environment variable is set correctly - if using `dotenv` you could try setting the environment variable...
I have been doing some troubleshooting this issue, and it looks like a change that happened in the next-auth `getSession()` API between `4.19.1` and `4.22.1` to resolve for now you...
Resolved in #8177
Thanks for the update @Jun-Xiang, what versions of `@keystone-6/core` and `@opensaas/keystone-nextjs-auth` are you using? have you tried updating to the latest? you will no longer need the `experimental` configuration once...