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
- 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...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...