Local Storage Questions
Hiya 
I'm trying to get my head around using storage locally and I have a couple of questions.
So far I have created a local bucket via SQL and have tried to upload a file from my local disk using the JavaScript method detailed in the docs but I'm getting a 502 bad gateway error.
So, firstly, do I need to configure my local Supabase to allocate it some disk space to use? If so, how?
Secondly, if and when I do have a working local bucket, once I push my schema to my remote Supabase projects will all my code (e.g. image links) still work (provided I place the same files in the remote buckets)?
I'm trying to get my head around using storage locally and I have a couple of questions.
So far I have created a local bucket via SQL and have tried to upload a file from my local disk using the JavaScript method detailed in the docs but I'm getting a 502 bad gateway error.
So, firstly, do I need to configure my local Supabase to allocate it some disk space to use? If so, how?
Secondly, if and when I do have a working local bucket, once I push my schema to my remote Supabase projects will all my code (e.g. image links) still work (provided I place the same files in the remote buckets)?