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
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...