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
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...
- After assigning a domain to my Dart func...
I’ve attached the images. Could anyone please explain how this execution is being performed?