supabase icon indicating copy to clipboard operation
supabase copied to clipboard

`jwt malformed` when uploading to Storage

Open zernonia opened this issue 3 years ago • 0 comments

Version

@nuxtjs/supabase: 0.2.5 nuxt: 3.0.0 (stable)

Steps to reproduce

  1. Go to https://madewithsupabase-git-nuxt-supabase-v2-zernonia.vercel.app/submission
  2. Upload image in image field
  3. Check 'Network' request, error showing
error:"jwt malformed"
message: "jwt malformed"
statusCode: "400"

image image

What is Expected?

I expect uploading image should works. I think the Bearer token is needed for posting to storage

Might be related to https://github.com/nuxt-modules/supabase/pull/107

What is actually happening?

zernonia avatar Nov 18 '22 05:11 zernonia