after upgrade from 1.4.4 to 1.4.6 my Variable req.variables.APPWRITE_FUNCTION_DATA
is always initial in my functions, anybody has the same issue?
Can you please try 1.4.7? It might be related to body issues we seen yesterday.
Also I would highly recommend upgrading to new function syntax.
Yes i know but i habe more then 10 functions to refactor and no time for that 😉
Thank you worked 👌😉
Recommended threads
- Having issues with login via CLI
``` ~/appwrite î‚° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...