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"
}

I'd love to know what could be causing this
Learn how to configure and deploy Supabase with Docker.
Was this page helpful?