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:
Uncaught (in promise) TypeError: n.from is not a function at be (AlertModal.24501be2.js:1:2205) at HTMLFormElement.c (11.e2a40dda.js:6:10652) at HTMLFormElement.<anonymous> (scheduler.24ac21d3.js:1:3787)
Uncaught (in promise) TypeError: n.from is not a function at be (AlertModal.24501be2.js:1:2205) at HTMLFormElement.c (11.e2a40dda.js:6:10652) at HTMLFormElement.<anonymous> (scheduler.24ac21d3.js:1:3787)
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 ...
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.