Describe the bug
Hello Supabase team 👋
I am using @nuxtjs/supabase@2.0.1 with Nuxt 4.2 and cookie@1.0.2.
When running the project, I get the following error:
Uncaught (in promise) SyntaxError: The requested module 'cookie' does not provide an export named 'parse'
It seems related to the CommonJS → ESM import in @supabase/ssr@0.7.0.
Is there a plan to fix this or a recommended workaround until a patch release?
Thanks a lot!
Screenshots

Describe the bug
Hello Supabase team 👋
I am using @nuxtjs/supabase@2.0.1 with Nuxt 4.2 and cookie@1.0.2.
When running the project, I get the following error:
Uncaught (in promise) SyntaxError: The requested module 'cookie' does not provide an export named 'parse'
It seems related to the CommonJS → ESM import in @supabase/ssr@0.7.0.
Is there a plan to fix this or a recommended workaround until a patch release?
Thanks a lot!
Screenshots