After update package, realtime subscription not work.
I updated package @supabase/ssr": "^0.6.1", "@supabase/supabase-js": "^2.50.3", -> "@supabase/ssr": "^0.7.0","@supabase/supabase-js": "^2.57.4",
And then, realtime subscription not work some times when i reload pages.
But after i changed to use new 'publishable key' system from legacy anon key system. The friquency of error reduced dramatically. Why this happen?
I'm using supabase SSR.
Does it related to supabase.realtime.setAuth? Should i setAuth again while getting supabase object from +layout.ts?
And then, realtime subscription not work some times when i reload pages.
But after i changed to use new 'publishable key' system from legacy anon key system. The friquency of error reduced dramatically. Why this happen?
I'm using supabase SSR.
Does it related to supabase.realtime.setAuth? Should i setAuth again while getting supabase object from +layout.ts?