supabase
supabase copied to clipboard
Warn during build process
I get this warn during the build process
WARN Export "serverSupabaseClient" of module "node_modules/.pnpm/@[email protected]/node_modules/@nuxtjs/supabase/dist/runtime/server/services/serverSupabaseClient.mjs" was reexported through module "node_modules/.pnpm/@[email protected]/node_modules/@nuxtjs/supabase/dist/runtime/server/services/index.mjs" while both modules are dependencies of each other and will end up in different chunks by current Rollup settings. This scenario is not well supported at the moment as it will produce a circular dependency between chunks and will likely lead to broken execution order. Either change the import in "server/api/openAI/send.post.ts" to point directly to the exporting module or reconfigure "output.manualChunks" to ensure these modules end up in the same chunk.
Does it matter any sense?
Getting same warning, but no error regarding it catch yet.
We also get this warning, apparently for each usage in server routes and apis @nuxtjs/supabase 1.3.2