I'm trying to execute a function triggered by users..sessions..create but it not start
Did you create you account with a OAuth provider?
There is a open issue for this: https://github.com/appwrite/appwrite/issues/2406
yes but I can use user session create too, the problem is that is not triggered from any of these
In 1.3.8 the trigger was working
What version are you currently using?
1.4.1
it seems to be a bug in the latest version.
Anything in the appwrite worker functions container?
Recommended threads
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...