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
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...