Difficulty Replicating Issue #8174 for First-Time Contributor
- 0
- Web
- Tools
- Auth
- Databases
- Functions
Hi, good evening and good morning everyone. This is my first time contributing to Appwrite. I'm currently working on an issue and I'm having a hard time replicating it on my end: https://github.com/appwrite/appwrite/issues/8174
Here’s what I’ve done so far:
Setup: I've set up my environment according to the Appwrite documentation and ensured that all dependencies are up to date.
Steps Taken: I followed the reproduction steps mentioned in the issue but still couldn't replicate the problem.
I would appreciate it if anyone could provide more insights or additional steps to help replicate the issue. Any advice or pointers would be greatly appreciated as I really want to work on this issue.
Thank you in advance for your help!
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...