Supabase Storage Upload sometimes get 504 Gateway Time-out

I'm encountering an issue with Supabase Storage that started today. Previously, I didn’t face this problem.

Issue:
When I upload files to Supabase Storage, I sometimes get a 504 Gateway Timeout error. This happens intermittently and has only started happening today.

Context:
Before today: File uploads worked without any issues.
Today: The uploads occasionally fail with a 504 error.
Files: Mostly small files (mention file types and approximate size, e.g., "images around 2MB").
Network: My internet connection is stable, and I don’t see issues elsewhere.

Debugging Steps Taken:
Retried uploads multiple times – the issue persists randomly.
Checked the Supabase status page
Ensured that my code hasn’t changed recently.

My Setup:
Frontend: Vuejs
Upload Method: Using supabase storage api

Additional Info:
The upload sometimes succeeds, so the issue seems sporadic.
Is there any ongoing maintenance or known performance issue with Supabase Storage?
I’d appreciate any insights or suggestions on debugging this further. Let me know if you need more information.
Was this page helpful?