-
Notifications
You must be signed in to change notification settings - Fork 326
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
- I confirm this is a bug with Supabase, not with my own application.
- I confirm I have searched the Docs, GitHub Discussions, and Discord.
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 from config.toml.
To Reproduce
- Set up local Supabase dev environment with a reverse proxy (for example, proxy
https://supabase.localhosttohttp://localhost:54321) - Set
studio.api_urlinconfig.tomlto 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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working