Hi, When I try to deploy my function i got this error : "remoteVariables is not defined" The function is already deploy on another project of my appwrite self hosted. I've just change the cli to get connected to the new project (It is for having dev / prod environnement). Any idea why I can't deploy my function ?
Ok, I've just found an issue about it : https://github.com/appwrite/website/issues/387
variables is not anymore supported in appwrite.json, you've to use "vars"
Does it got solved by doing that?
Yes, just migrate my old appwrite.json replacing variables to use "vars" and now, it's fixed
@MickCan I mark this as solved then or do you need further assistance?
no, it's solved
Recommended threads
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...
- Function running for more than 2 hours i...
This is my projectID: 669fe01b003800dd0503 Cloud functionID is 696ea05400147eb8eb3b I hope this doesn't count against my GB-hours?