Supabase client not building or passing correctly in build
I'm experiencing an issue with the new Supabase SSR auth package.
I built a recipe tracking app, which works well locally but not when built for production locally (using
Github Repo.
When I submit a new recipe using the NewRecipeModal.svelte, the handleSubmit function is called, which calls the addRecipe function with the Supabase client and a Svelte store as arguments. I get this error:
Here's a video walkthrough of my issue.
I created a help request on the Supabase Github but thought I'd crosspost here to see if anybody could help me out. Thank you!
I built a recipe tracking app, which works well locally but not when built for production locally (using
pnpm run build) or on Vercel (using vercel --prod). I'm using Supabase authentication, databasing and storage, using email & pw login.Github Repo.
When I submit a new recipe using the NewRecipeModal.svelte, the handleSubmit function is called, which calls the addRecipe function with the Supabase client and a Svelte store as arguments. I get this error:
Here's a video walkthrough of my issue.
I created a help request on the Supabase Github but thought I'd crosspost here to see if anybody could help me out. Thank you!
GitHub
Contribute to brucey0x/recipe_tracker development by creating an account on GitHub.
GitHub
I'm experiencing an issue with the new Supabase SSR auth package. I built a recipe tracking app, which works well locally but not when built for production locally (using pnpm run build) or on ...