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
- Rate Limit of project
AppwriteException: Rate limit for the current endpoint has been exceeded. Please try again after some time. So , how much time I have to wait and why does it h...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...