Skip to content

fix: bump up realtime-js #1433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 29, 2025
Merged

fix: bump up realtime-js #1433

merged 1 commit into from
May 29, 2025

Conversation

filipecabaco
Copy link
Member

What kind of change does this PR introduce?

bump up realtime-js

@coveralls
Copy link

Pull Request Test Coverage Report for Build 15322641203

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 72.889%

Totals Coverage Status
Change from base Build 15273767596: 0.0%
Covered Lines: 109
Relevant Lines: 132

💛 - Coveralls

@filipecabaco filipecabaco merged commit 1cf0a3a into next May 29, 2025
3 checks passed
@filipecabaco filipecabaco deleted the fix/bump-up-realtime-js branch May 29, 2025 11:55
grdsdev pushed a commit that referenced this pull request Jun 2, 2025
@jensellfors
Copy link

Started getting boot errors on our edge functions today, my guess is some incompability with this change?

Using supabase-edge-runtime-1.67.4 (compatible with Deno v1.45.2)
serving the request with supabase/functions/vapi-webhook
worker boot error: [ERR_MODULE_NOT_FOUND] Cannot find module 'file:///var/tmp/sb-compile-edge-runtime/node_modules/localhost/@supabase/realtime-js/2.11.9/dist/module/RealtimeClient' imported from 'file:///var/tmp/sb-compile-edge-runtime/node_modules/localhost/@supabase/realtime-js/2.11.9/dist/module/index.js'
worker boot error: [ERR_MODULE_NOT_FOUND] Cannot find module 'file:///var/tmp/sb-compile-edge-runtime/node_modules/localhost/@supabase/realtime-js/2.11.9/dist/module/RealtimeClient' imported from 'file:///var/tmp/sb-compile-edge-runtime/node_modules/localhost/@supabase/realtime-js/2.11.9/dist/module/index.js'
InvalidWorkerCreation: worker boot error: [ERR_MODULE_NOT_FOUND] Cannot find module 'file:///var/tmp/sb-compile-edge-runtime/node_modules/localhost/@supabase/realtime-js/2.11.9/dist/module/RealtimeClient' imported from 'file:///var/tmp/sb-compile-edge-runtime/node_modules/localhost/@supabase/realtime-js/2.11.9/dist/module/index.js'
    at async UserWorker.create (ext:sb_user_workers/user_workers.js:139:15)
    at async Object.handler (file:///root/index.ts:157:22)
    at async respond (ext:sb_core_main_js/js/http.js:197:14) {
  name: "InvalidWorkerCreation"
}

Changing our import to explicitly use an older version worked import { createClient } from "jsr:@supabase/[email protected]";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants