#Modular form with zod schema validation not working when the schema is in a different file.
3 messages · Page 1 of 1 (latest)
I think the problem is because the zod schema is in a file where I import a supabase browser client instance and I’m having cross-fetch errors (as mentioned in this post others had the same kind of error using supabase-auth-helpers-qwik : https://discord.com/channels/842438759945601056/1125269525550604338) so I will try the fix I found on that post and retry.
Discord
Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities.
The problem was exactly that. Removing the supabaseBrowserClient worked.