You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use getServiceAsync for async factory services in dispatcher and all adapters
Resolves runtime error "Service 'X' is async - use await" when services
like auth and analytics are registered with async factories.
- http-dispatcher.ts: getService() and getObjectQLService() now prefer
kernel.getServiceAsync() over sync kernel.getService()
- All 7 adapters (Express, Fastify, Hono, Next.js, SvelteKit, NestJS,
Nuxt) updated to use getServiceAsync() for auth service resolution
with graceful fallback to sync path
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
0 commit comments