From b5a21543c3e4495dcbc50686ed4fbbbd6e8ba344 Mon Sep 17 00:00:00 2001 From: Vadko Date: Fri, 13 Feb 2026 13:30:01 +0200 Subject: [PATCH] fix(supabase): fix TUS resumable upload 401 by adding leading slash to TUS_URL_PATH --- templates/compose/supabase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/supabase.yaml b/templates/compose/supabase.yaml index a1e822ab3..d4843e7f4 100644 --- a/templates/compose/supabase.yaml +++ b/templates/compose/supabase.yaml @@ -1164,7 +1164,7 @@ services: - UPLOAD_FILE_SIZE_LIMIT=524288000 - UPLOAD_FILE_SIZE_LIMIT_STANDARD=524288000 - UPLOAD_SIGNED_URL_EXPIRATION_TIME=120 - - TUS_URL_PATH=upload/resumable + - TUS_URL_PATH=/upload/resumable - TUS_MAX_SIZE=3600000 - ENABLE_IMAGE_TRANSFORMATION=true - IMGPROXY_URL=http://imgproxy:8080