Resumable Uploads

I'm getting an error when trying to use @uppy/core and @uppy/tus to upload files with resumable storage:

source object may only be an instance of Buffer or Readable in this environment

This is happening when trying to upload files locally

I think I'm a bit confused on how this whole resumable storage thing works? We need to get access to resumable storage via supabase support? Is it available via the local supabase client?
Was this page helpful?