TypeScript
UpdateUserEvent Request: {"body":{"onboarded":"false"},"bodyRaw":"{\"onboarded\":\"false\"}","bodyText":"{\"onboarded\":\"false\"}","bodyJson":{"onboarded":"false"},"bodyBinary":{},"headers":{"accept":"*/*","authorization":"Basic auth token","content-length":"21","content-type":"application/json","host":"syd.cloud.appwrite.io","user-agent":"Appwrite/1.7.4","x-appwrite-continent-eu":"false","x-appwrite-event":"users.687b69e50016aef915b4.update","x-appwrite-key":"key---","x-appwrite-trigger":"event","x-appwrite-user-id":"appwrite id"},"method":"POST","url":"http://syd.cloud.appwrite.io/","query":{},"queryString":"","host":"syd.cloud.appwrite.io","port":80,"scheme":"http","path":"/"}
UpdateUserEvent body: {"onboarded":"false"}
TL;DR
Event triggers are not sending the user object payload correctly. The developers attempted to update user event, but the payload is not carrying over the necessary user data. Developers need to investigate this issue further to ensure the payload contains the required information for the event trigger to work accurately.Recommended threads
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- Create a new paid tier
Current pricing seems reasonable enough about what is someone getting for 25$. But for some people most of these resouces are getting wasted. Like the bandwidt...