Baptiste Leproux
Baptiste Leproux
https://github.com/supabase-community/supabase-auth-helpers/blob/39c8a06f46a3788e463453fc743a18c98ca067ec/src/nextjs/handlers/callback.ts#L54
## Bug report ### Describe the bug When trying to use lifecycles event with the database layer API as described [here in the doc](https://docs.strapi.io/developer-docs/latest/development/backend-customization/models.html#declarative-and-programmatic-usage), `strapi.db` is `undefined`. NB: I 'm...
⚠️ Breaking Changes Upgrade to supabase-js v2, check Supabase [release notes](https://supabase.com/docs/reference/javascript/next/release-notes).
https://github.com/zernonia/simple-log/blob/main/server/api/token/create.post.ts
Currently server services need to be imported from virtual import `#supabase/server`. Check [documentation](https://supabase.nuxtjs.org/usage/services/server-supabase-client/) and [code](https://github.com/nuxt-community/supabase-module/blob/main/src/module.ts#L146). Could be a nice UX to allow auto import of those services.
### Environment ------------------------------ - Operating System: `Darwin` - Node Version: `v16.14.2` - Nuxt Version: `3.0.0` - Nitro Version: `1.0.0` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `runtimeConfig`,...

- header - footer - title - description
# Bug report - [X] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...