Yeu-Kang Hua
Yeu-Kang Hua
@pi0 What about enabling cors in general? I created [another thread under Nuxt](https://github.com/nuxt/framework/discussions/4444) and the suggested approach was to create a Nitro plugin. I could however not get it to...
> For now, you can workaround this with: > > ```js > import { createRouter, useBase } from 'h3'; > > const router = createRouter(); > > router.get('/', () =>...
Is this a Nuxt Supabase module issue or an issue with Supabase auth client itself?