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
When using a local setup with a reverse proxy or similar, and using resumable upload functionality, the generated resumable upload URLs ignore the studio.api_url value from config.toml.
To Reproduce
Set up local Supabase dev environment with a reverse proxy (for example, proxy https://supabase.localhost to http://localhost:54321)
Set studio.api_url in config.toml to your desired address (for example, https://supabase.localhost)
Try to use a resumable upload. It will generate URLs with confused, nonfunctional hostnames/ports (for example, http://supabase.localhost:54321)
Expected behavior
Generated resumable upload URLs should be based on studio.api_url, the same as everything else (like signed image URLs, which work as expected).
Screenshots
n/a
System information
OS: macOS
Browser (if applies) n/a
Version of supabase-js: 2.49.4
Version of Node.js: 22.12.0
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
When using a local setup with a reverse proxy or similar, and using resumable upload functionality, the generated resumable upload URLs ignore the
studio.api_url
value fromconfig.toml
.To Reproduce
https://supabase.localhost
tohttp://localhost:54321
)studio.api_url
inconfig.toml
to your desired address (for example,https://supabase.localhost
)http://supabase.localhost:54321
)Expected behavior
Generated resumable upload URLs should be based on
studio.api_url
, the same as everything else (like signed image URLs, which work as expected).Screenshots
n/a
System information
The text was updated successfully, but these errors were encountered: