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?
Recommended threads
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...