I am unable to login to my appwrite cloud account and unable to init the function/ project. Please Help me 🙂
Hi Sandeep Are you connecting to Cloud or do you want to connect to a self-hosted project?
cc: @joeyouss
I want to connect my project to appwrite cloud sir. @Aditya Oberai
Could anyone please resolve. I have to write a lot of code to finish my hackathon project 😦
@Aditya Oberai @joeyouss
Can you try disabling your firewall once? Or switching to a different network?
Alright
It's not working sir.
Do I need to change any of the setting in the appwrite cloud console?
Try to reset the configurations
appwrite client --endpoint https://cloud.appwrite.io/v1
appwrite client --key 23f24gwrhSDgefaY
appwrite client --selfSigned true
appwrite client --reset // Resets your CLI configuration
appwrite client --debug // Prints your current configuration
You can also go to /c/Users/YOU_USER/.appwrite
and look/change "endpoint" value on prefs.json file
Thanks for your great support. I am indebted to both of you 🙂
@bhaskarsingh and @Bouahaza
[SOLVED] I can't create AppWrite Function using CLI in AppWrite Cloud
[SOLVED] I can't create AppWrite Function using CLI in Appwrite Cloud
Pinnng this for referene
Recommended threads
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Function in Node.JS to monitor events ar...
Hello everyone. I'm creating my first Node.JS function, but I don't have much experience with node and javascript. I'm trying to create a function, that monito...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...