🚀 Features
-
3bcbad1: - Introduce Blitz RPC's logging system to the
invoke
function which is the recommended way to call resolvers in nextjsapp
directory's react server components.- This refactor also removes the re-introduced dependency between
blitz-auth
andblitz-rpc
, allowing independent usage ofblitz-rpc
- This refactor also removes the re-introduced dependency between
⚠️ Breaking Change
-
b97366c: Remove unintended dependency on next-auth by removing it from the core build of @blitzjs/auth
Update your import in
next.config.js
in the following way-const { withNextAuthAdapter } = require("@blitzjs/auth") +const { withNextAuthAdapter } = require("@blitzjs/auth/next-auth")