Can't add to storage bucket from studio (self-hosted Supabase docker)

I am currently trying to deploy Supabase to a VPS, but I can't get Supabase storage to work properly. Following these instructions up to Accessing Supabase Studio, I am able to create a storage bucket, but I am unable to put anything in it. The request to upload files comes back with Invalid compact JWS, am I missing any setup steps? Is it that I'm accessing Supabase over WireGuard? (this also happens on just localhost). This is what the error looks like
{
"statusCode": "403",
"code": "AccessDenied",
"error": "Unauthorized",
"message": "Invalid Compact JWS"
}
{
"statusCode": "403",
"code": "AccessDenied",
"error": "Unauthorized",
"message": "Invalid Compact JWS"
}
I'd love to know what could be causing this
Self-Hosting with Docker | Supabase Docs
Learn how to configure and deploy Supabase with Docker.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?