Hello, I'm really struggling here. I've been attempting to create a simple signup form to create an account in an app. I believe I have everything setup correctly, but I'm getting a TypeScript error when submitting my forn: "TypeError: NetworkError when attempting to fetch resource."
I started testing with SupaBase, then switched to AppWrite.io and I get the same issues with both. I sent an API request in Postman and was able to create a user usign AppWrite's REST API no problem, but when I try the same request from my toddle.dev project I'm getting this error.
Any ideas?