appwrite / sdk-for-cli

[READ-ONLY] Official Appwrite CLI >_
BSD 3-Clause "New" or "Revised" License
85 stars 28 forks source link

Unable to login to appwrite instance on azure from cli #35

Closed Curiouspaul1 closed 2 years ago

Curiouspaul1 commented 2 years ago

Hi i'm having some issues logging in to my appwrite instance on an Azure VM, via the cli, i set the appwrite client --endpoint to the hostname (http://tgappwrite.eastus.cloudapp.azure.com) of the VM (which is an alias for the public IP), the link opens up fine and i can open up the appwrite instance from the browser and login from there as well, but when i try logging in i keep getting this "NOt found" error, I've been stuck here for a while please help.

image

stnguyen90 commented 2 years ago

Can you try with /v1 at the end of the endpoint?

stnguyen90 commented 2 years ago

Have you had a chance to check your endpoint? Btw you should use https rather than http.

Curiouspaul1 commented 2 years ago

Thanks for this, I will give it a shot