supabase
supabase copied to clipboard
`jwt malformed` when uploading to Storage
Version
@nuxtjs/supabase: 0.2.5 nuxt: 3.0.0 (stable)
Steps to reproduce
- Go to https://madewithsupabase-git-nuxt-supabase-v2-zernonia.vercel.app/submission
- Upload image in
imagefield - Check 'Network' request, error showing
error:"jwt malformed"
message: "jwt malformed"
statusCode: "400"

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