APPWRITE_FUNCTION_ENDPOINT= APPWRITE_FUNCTION_API_KEY= APPWRITE_FUNCTION_PROJECT_ID= I have already created a function, but can't find these values for that function
You'll need to set them in your function environment variables which can be find in the function settings screen
I'm moving here
Function endpoint is: https://cloud.appwrite.io/v1
API key you need to create it. Project ID you can find it in the title, near it, there's a button to copy it
Then you have to put them where @Binyamin said
Recommended threads
- My cloud functions failing 3 days ago (P...
Hi, My cloud function using python has been failing for 3 days, I didn't push any new deployments... Its something to do with it not recognising the entrypoi...
- Scheduled works locking the entire Maria...
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists e...
- Python Function not working
I am getting this issue as well. Doesnt look like there was a solution as you guys were not able to replicate. Below is my code as well as the error. I started...