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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Paused project can't activate
I have failed to reactivate one my projects which had been paused