Nico Domino
Nico Domino
Is there a local dev package for the appwrite maybe? Like the "firebase local emulator" in the case if firestore 🤔 Having a set of tests for which we need...
> @ndom91 the [Upstash Redis adapter](https://github.com/nextauthjs/next-auth/tree/main/packages/adapter-upstash-redis) has a test dependency on Redis URL and Key similar so if that can work then the Appwrite adapter can also work right. For...
So we really want to avoid another cloud provider requirement for tests. The upstash one has been nothing but a pain in the butt, in fact i just refactored it...
Hmm yeah so a lot of adapters spin up a container of something to test against. Would that be an option? You mentioned something about programmatic account creation might be...
Hope you don't mind, I pushed a small commit adding the adapter to the `turbo.json` turborepo config and updated the `pnpm-lock.yaml` with the appwrite-adapter package and dependencies. Anyway, jesus this...
All tests are passing, looks good to me
This has implemented a few months ago [here](https://github.com/nextauthjs/next-auth/pull/9326). Closing this :pray:
Thanks this clearly looks like a frontend JS error on my side, will take a look!
Can confirm this is still an issue
Yeah unfortunately Prisma is not yet fully compatible with edge runtimes. If you want to use the Auth.js middleware, you can either force a JWT session (`session: 'jwt'`) and skip...