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
- ClientException with SocketException: Cl...
hi <@564158268319203348> i have noticed this 500 status code in my function requests, it seems its not able to connect to the internet in the function as reque...
- NEW ERROR Invalid document structure: At...
Error: ```AppwriteException: document_invalid_structure, Invalid document structure: Attribute "pb.kmsgxPkgInfo.id_info" must be an array (400)``` I’m encounter...
- Issues with executor in Appwrite 1.9.0
Hi, I’ve recently did a fresh install of appwrite 1.9.0 self hosted and when I run a function, it just waits indefinite This is the error from the log: [Er...