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.
Recommended threads
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?