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
- Failed function deployments
I am using appwrite 1.8.0 (self hosted) and trying to manually deploy a python function. I am using appwrite from 0.x and went through multiple migrations. So ...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...
- How to get current user account session ...
i am using sveltekit and i'm a bit unclear on how to get the current user's session from the server side. thisi s what i have so far // src/lib/server/appwrite...