And this is http or https in the browser?
http
What is the output of
appwrite --version
2.0.2
http://localhost/v1/health/version And what do you get here?
{"version":"1.3.7"}
And you haven't added any thralling slash?
nope
Try again And in the URL just hit enter so it will set the default.
Mmm, Maybe your terminal don't have access to it
First time also i did the same thing but didint worked
but not it did login
What you get running this
curl http://localhost/v1/health/version
now need to check the deployment command
Not or now?
But it didnt logged in*
Sorry for typo
And ya, it worked
thanks a lot
No problem
Great
also, how can I close the ticket?
Click on the top right bar menu, edit the post title and add [Solved] at the start of the post title.
Got it, again thanks a lot for helping me
[Solved] Running any command in terminal resulting in Error response
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 ...