michmich112
12/20/2021, 5:20 AMhttps://api.supabase.io/platform/profile
is returning a 500 after authenticating with github again (github app account was named supabase (prod-gotrue)Walt
12/20/2021, 5:20 AMmichmich112
12/20/2021, 5:20 AMmichmich112
12/20/2021, 5:21 AMRyan the Temp
12/20/2021, 5:45 AMRyan the Temp
12/20/2021, 5:45 AMScott P
12/20/2021, 6:00 AMrtzon
12/20/2021, 6:19 AMrtzon
12/20/2021, 6:40 AMAnarchoDharma
12/20/2021, 6:41 AMAnarchoDharma
12/20/2021, 6:41 AMMarkeem
12/20/2021, 9:22 AMImakero
12/20/2021, 10:00 AMjavascript
const tagsSubscription = supabase
.from(`tags:user_id=eq.${user.id}`)
.on('*', (payload) => console.log(payload))
.subscribe()
The payload is printed for both INSERT
and UPDATE
events but not for DELETE
events.
I have tried the following:
- Turning RLS on and off.
- Toggling realtime on and off for the specific table.
- Toggling the individual realtime settings for delete.
- Restarting the supabase server.
- Listening only to DELETE
events. Still no results.
Nothing has made a difference. One weird thing that happened though is that when I let the app sit over night and then tried it this morning it did print the payload for a DELETE
event but as soon as the app was refreshed it stopped working and hasn't worked since.
I'm on supabase-js 1.28.5 and postgres 13.3.
Anyone have an idea what's going on?
Edit: accidentally tagged supabase, sorry!
Edit2: I tried creating a new supabase project from scratch and still have the same problem.Joey Cabal
12/20/2021, 11:33 AMAnkit Bavadiya
12/20/2021, 11:36 AMsilentworks
12/20/2021, 12:01 PMsilentworks
12/20/2021, 12:02 PMpedrodiaz
12/20/2021, 3:19 PMVillage
12/20/2021, 4:23 PMcaryyon
12/20/2021, 5:16 PMFailed to load resource: the server responded with a status of 401 ()
error when i try and login to supabase with my github authScott P
12/20/2021, 5:19 PMVillage
12/20/2021, 5:20 PMnoxy
12/20/2021, 7:22 PMnoxy
12/20/2021, 7:24 PMilbert
12/20/2021, 8:46 PMnoxy
12/20/2021, 8:49 PMnoxy
12/20/2021, 8:51 PMTobbe
12/21/2021, 6:50 AMTobbe
12/21/2021, 6:54 AMTobbe
12/21/2021, 7:05 AM