Inian
Inian
Merging with https://github.com/supabase/gotrue-js/issues/213
Hey @bennettdams, There are a few ways to do this. - Cache bust by adding the version parameter to your Supabase URL. By changing the version tag there, you can...
yup, just confirming the alternatives you proposed Bennett
Thats a good point Jian. I will add a trigger to make the owner as null in storage.objects when a row is deleted from auth.users.
I haven't tested it out on an actual project but that does seem like it would work @mcewen87. The constraint is in place so that each storage owner is linked...
Are you using the anon key or service key here @ahmedabdelhafez? if you are using the anon key, you may need to allow access by adding the right RLS policies...
Can you share a reproducible example? If you don't want to share the exact code here, feel free to send us a support ticket with the project ref, key and...
Are you using the anon key or service key here? if you are using the anon key, can you share the current RLS policies you have on the storage schema?...
Hi @buschco, I am worried that people might do a HEAD request and assume that an object exists at that route when it doesn't. For example /bucket/memes/cat-doesnt-exist.jpg will return a...
Ah I just checked and it does look like Fastify returns the same status code as the GET endpoint rather than returning 200 always which is good. Can you help...