Hello Appwrite Team i saw your new launch of the appwrite 1.4 version, and the changes on the way the functions work, i was wondering if i update my project, the way the functions were made before will work with this new update?
My functions still uses the req.payload por example or the req.variables. Will it work? Or i need to update my functions to the new way?
Also i was wondering if with this new update, is there a way to make a stripe webhook using appwrite?
Old functions should still work but they don't at the moment. You can follow this issue to keep updates on it: https://github.com/appwrite/appwrite/issues/6128
Yes you can use an Appwrite function for stripe webhook
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...