
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
- Project receiving 403 Forbidden on /v1/a...
Project ID: 68521bce002aaebde8d0 Endpoint: https://fra.cloud.appwrite.io/v1 Problem: I am receiving a 403 Forbidden error with an empty response body when try...
- Is there a way I run all functions local...
Thanks for the great software! 🙂 One question, the command `appwrite run functions` always requires me to select a function to run without an "All" option. I ...
- Bulk API upsert or Create documents func...
Hi , I keep getting “databases.upsertDocuments” or “createDocuments” function is not a valid appwrite function error . Following is a simple node.js code (modi...
