Variables passed to function at runtime - where is it stored?
- 0
- Self Hosted
- Functions
- Databases
Hi,
Context: on 1.3.7 I need to move stuff between Development and Production before the full commissioning of the system.
I have some success with backing and restoring the 'appwrite' database from development to production. Both development and production uses S3 as storage and I can also sync the contents - which works OK.
Now, I have functions and those functions have the appwrite endpoint embedded in it so a mistake I made was that the client calling on the function on the production ended up with the function calling the development Appwrite server simply because I forgot to update the endpoint. Besides having to re-deploy those functions, where are those variables stored? I looked through the appwrite DB and it doesn't seem to be there....
Recommended threads
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...