Gregory

Results 5 comments of Gregory

hoping to see this implemented soon

I had this same error and it was because the supabase cli created the database.types.ts file with utf-16 encoding. Here was the command I used: `npx supabase gen types typescript...

I am using intercepting routes with modals so modifying the oninteractoutside wasn't a good option for me. i was able to get the sonner toasts to show up on top...

@nalnir @5hee75 you can add supabase to the exclude section of `tsconfig.json` ` "exclude": ["node_modules", "supabase"],`

i'm also getting this error. i chose vercel postgres with `npx create-payload-app@beta` but then in vercel storage i chose the supabase integration lol. not sure if that matters but the...