I installed appwrite using docker on windows, hit enter to all default instalation options. but when i open localhost via web browser, IIS Windows show up instead of the appwrite login page
what port did you use?
its typically, localhost:PORT
.
Hi @darShan , thanks for the insight, turned out my port localhost:80 already occupied by the IIS. So i change to 81 and works fine now
[Solved] I cant access appwrite on localhost in Windows
Recommended threads
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...