Open
Description
Bug report
- I confirm this is a bug with Supabase, not with my own application.
- I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
Hi,
Since the past few days I've got this error on my application :
error: Cannot find package "isows" from "/usr/src/app/.output/server/node_modules/@supabase/realtime-js/dist/main/RealtimeClient.js"
2025-06-29 11:57:59.302 EEDT
at new H3Error (/usr/src/app/.output/server/chunks/nitro/nitro.mjs:829:4)
2025-06-29 11:57:59.302 EEDT
at createError$1 (/usr/src/app/.output/server/chunks/nitro/nitro.mjs:855:14)
2025-06-29 11:57:59.302 EEDT
at /usr/src/app/.output/server/chunks/nitro/nitro.mjs:2382:20
2025-06-29 11:57:59.302 EEDT
at processTicksAndRejections (:55:76)
- It is occuring when deployed on GCP Cloud Run, not in local
- Supabase is installed in a Nuxt project, with the Supabase module (https://github.com/nuxt-modules/supabase)
- It happens on the server/api routes of my Nuxt application, and it makes my application broken and unusable
As it is occurring only when deployed, I wonder if has something to do on how Cloud Run works.
System information
- @supabase/supabase-js : 2.50.2
- @nuxtjs/supabase : 1.5.3
- using Bun
Thanks in advance for your help !