Supabase uses remote Storage Bucket instead of local
supabase cli: 2.26.9
os: Ubuntu 24.04
Hello, I am setting up my local development environment with Supabase.
It appears that I might be getting the files from my remote supabase not in the local.
Although logging the query does show that it does refer to the local instance
However, when I look at the bucket in the UI, it doesn't show any records.
[ see attached image below ]
I can confirm that I am accessing the local instance of supabase.
Do I need to setup anything? Or perhaps is it because I linked my remote instance and that it supersedes the storage bucket?
Do I need to do any additional configuration in
os: Ubuntu 24.04
Hello, I am setting up my local development environment with Supabase.
It appears that I might be getting the files from my remote supabase not in the local.
Although logging the query does show that it does refer to the local instance
However, when I look at the bucket in the UI, it doesn't show any records.
[ see attached image below ]
I can confirm that I am accessing the local instance of supabase.
Do I need to setup anything? Or perhaps is it because I linked my remote instance and that it supersedes the storage bucket?
Do I need to do any additional configuration in
config.toml for local storage to work? Is it supposed to work by default?