Rank 1: Thread
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. When I attempt to create a new function I get the following error.
✗ Error: exit status 128
Cloning into '.'...
fatal: Remote branch 0.3.* not found in upstream origin
I tried to figure out what line of code was calling the git clone command by searching both the cli and server repos for the string "0.3.*" But I could not find any useful results.
https://github.com/search?q=repo%3Aappwrite%2Fsdk-for-cli++%220.3.*%22&type=code
https://github.com/search?q=repo%3Aappwrite%2Fappwrite++%220.3.*%22&type=code
Its 6am and the ai's are hallucinating about imaginary verbose logging commands I should attempt.
Any ideas on what else I can try to debug this?