unable to use buckets

I'm building a blog with nextjs 14.

I created a bucket to store images used in the blog and updated my supabase types. However their is nothing referencing the buckets in the types and I'm unable to even use storage. When I try to create a bucket using js I get a :TypeError: Cannot read properties of undefined (reading 'createBucket').

I am able to use tables as normal
Was this page helpful?