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
- Help with nameservers
I just added our domain, and as per instruction in the page following, it says, "Add the following nameservers on your DNS provider. ..." I want to keep my cu...
- Issue with google and apple oauth in Flu...
My Flutter application is logging in and out with email and password successfully, but I’m having trouble with Google and Apple OAuth login and signup. Here’s...
- Clean 1.9.0 install, trying to access Ap...
I've been using Appwrite cloud for several months now, it's great and I love it. Doing some local testing so I setup a new Docker image on a Mini PC. Install fa...