Rank 1: Thread
When executing
await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx',);I see this in the appwrite container logs:
[0] /usr/src/code/vendor/utopia-php/framework/src/Http/Http.php : 813 -> validate()
[1] /usr/src/code/vendor/utopia-php/framework/src/Http/Http.php : 674 -> getArguments()
[2] /usr/src/code/vendor/utopia-php/framework/src/Http/Http.php : 976 -> execute()
[3] /usr/src/code/vendor/utopia-php/framework/src/Http/Http.php : 857 -> runInternal()
[4] /usr/src/code/app/http.php : 551 -> run()
[5] [internal function] : -> {closure:/usr/src/code/app/http.php:513}()
Appwrite: 1.9.0
Flutter: 3.41.2
I have custom SMTP setup for the project and I was actually able to receive a few emails before it stopped working, and I haven't made a change to my code in any way.
I even removed all my functions as some of them had triggers on teams.create but still the same.
Is there any way to see more detailed logs?
Also attaching my appwrite doctor screenshot as it has some things that don't look right to me, but the console works and everything else seems to function.