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
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- Functions in cloud console not works
please advise as all of my runing functions on Appwrite console was working before , but now it give this error [Invalid `headers` param: Value must be a valid...
- [SOLVED] Production down - createExecuti...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...