balachandarkmOriginal post
Rank 1: Thread
I am using appwrite 1.8.0 (self hosted) and trying to manually deploy a python function. I am using appwrite from 0.x and went through multiple migrations. So I am not sure if I m missing some env variables necessary. When I deploy the function I get this error message and I have no clue what $id is referred here.
Must define $id attribute
Can someone point me in the right direction to debug please?
Summary
Ensure you have defined your function's ID in the env correctly. The error message 'Must define $id attribute' indicates that the ID is missing. Check your configuration and environment variables to include the necessary ID for deployment.