I am currently developing an application that utilizes the Appwrite backend service, and I'm encountering an error when attempting to retrieve the current user using the getCurrentUser() function. The error message I'm receiving is:AppwriteException: Network request failed I have tried troubleshooting the issue by checking network connectivity, verifying server configurations, and reviewing my client-side code, but I haven't been able to resolve it.
Could you please provide guidance on how to troubleshoot and resolve this issue? Any insights or suggestions you can offer would be greatly appreciated.
What have you set in setEndpoint()?
Recommended threads
- Dynamic Roles
I tried to store a row with this permissions: permissions.push( Permission.read(Role.users("verified")), Permission.write(Role.label(`c-${calend...
 - appwrite auth problem regarding the sess...
Hi, I have problem with auth. When I try to login/signup using OTP, at the end session.secret is empty, i have searched online and in the docs but i cannot find...
 - dart appwrite 16.2.0 throws errors
Hi there, I just updated to 1.7.4 and also wanted to update the dart appwrite sdk to fit the appwrite version I am using now. So I updated to 16.2.0 and get th...