Code for function not being created in Github. Permissions are set correctly, repository is created, however no code is in the created repository. Just trying to create a function using the "starter function". Any insight is appreciated.
TL;DR
Developers are experiencing an issue where the code for a function is not being created in GitHub despite permissions correctly set and repository created. They are using the "starter function" but encountering an empty repository. Further troubleshooting is needed to resolve the problem.Recommended threads
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...