You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the default docker supabase example; try to perform a resumable upload with Storage API v1.10.0 or newer. This will return an invalid URL, for example: http://localhost:8000/storage/v1:8000/upload/resumable/xxxxx, where the port is defined twice.
Expected behavior
A valid URL for the resumable upload.
Additional context
What is the expected way to configure the kong.yml file for the storage service?
The text was updated successfully, but these errors were encountered:
Obeyed
changed the title
Storage API behind proxy returns unexpected malformed TUS resumable upload URL
Storage API behind proxy returns invalid TUS resumable upload URL
Sep 7, 2024
Bug report
Describe the bug
Using the default docker supabase example; try to perform a resumable upload with Storage API v1.10.0 or newer. This will return an invalid URL, for example:
http://localhost:8000/storage/v1:8000/upload/resumable/xxxxx
, where the port is defined twice.Expected behavior
A valid URL for the resumable upload.
Additional context
What is the expected way to configure the
kong.yml
file for the storage service?The text was updated successfully, but these errors were encountered: