xephyr
04/22/2022, 3:11 PMsupabase start
is deliberate and not a bug as I first though.
> but it should still work 100% through the API
I don't know what this means. I've tried to create a dummy page to create a bucket called avatars
, with the intention of then removing that code and implementing the actual functionality for updating/reading from that bucket. I get an RLS error. I cannot configure the RLS settings for Storage because Storage is not in my Studio, so I can't access "Storage > Policies" to configure it. Catch 22. Seems impossible to use locally?
My question is this, can we currently only develop applications that need to use Storage by connecting directly to the cloud Studio? If not, and there is a way to use the Storage API locally, I would very much appreciate any pointers! Thanks in advance.Needle
04/22/2022, 3:11 PM/title
command!
We have solved your problem?
Click the button below to archive it.garyaustin
04/22/2022, 3:25 PMNeedle
04/22/2022, 3:25 PMxephyr
04/22/2022, 3:26 PMxephyr
04/22/2022, 3:26 PMcreateBucket()
in a page load and then deleting the code is okay? Since neither Studio nor CLI can create a bucket it seems like the only optionxephyr
04/22/2022, 3:27 PMservice_key
with the query to force it through so I'll try that, even if it feels unsafe)garyaustin
04/22/2022, 3:52 PMxephyr
04/22/2022, 3:58 PMxephyr
04/22/2022, 3:58 PMgaryaustin
04/22/2022, 4:02 PMxephyr
04/22/2022, 4:04 PMxephyr
04/22/2022, 4:04 PMxephyr
04/22/2022, 4:05 PMgaryaustin
04/22/2022, 4:05 PMxephyr
04/22/2022, 4:06 PMpg_dump
before supabase stop
and psql
after supabase start
somewhat redundant 😅xephyr
04/22/2022, 4:06 PMxephyr
04/22/2022, 4:08 PMxephyr
04/22/2022, 4:09 PMsupabase db remote set
and then supabase db remote commit
garyaustin
04/22/2022, 4:11 PMxephyr
04/22/2022, 4:21 PMxephyr
04/22/2022, 4:21 PM