I followed the https://appwrite.io/docs/tutorials/sveltekit and deployed my app to cloudflare. Everything works fine in my dev env but not cf pages. I always get 500 internal server error when I first navigate to /join via typing in the URL. This error doesn't occur when I refresh the page or use links to navigate between pages. My repo is here. I also see a 401 message in the console, so I'm assuming this is somehow triggered by the account.get method. Still, I would normally expect a tutorial to not lead to errors like this. This issue seems to occur whenever I import user from $lib/user.ts.
Recommended threads
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...