And this is from you requesting https://localhost?
Unable to login to web page
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 1: Thread
Rank 1: Thread
yes
Same browser between both servers?
Status code 499 means client closed connection 🧐
Rank 1: Thread
yes
Anything new in the appwrite logs?
Rank 1: Thread
nothing
Rank 1: Thread
I switched to a windows in the same network and tried again, the result was the same
Rank 1: Thread
I found some error in the browser
I have no idea what that is lol. Do you have browser extensions or anything enabled?
Rank 1: Thread
No
What do you mean by windows in the same network?
Can you click on the file and see where it's coming from?
Also expand the details
Rank 1: Thread
Originally I using the browser on the same server running Appwrite, and then I tried to see whether it was a problem with the Firefox browser
Rank 1: Thread
I think this is just some Windows error, not the reason for casing appwrite unable to caress.
Do you have any other web app working on this server?
Rank 1: Thread
no
Maybe you can try
docker run --name my-nginx-test -d -p 8096:80 nginx:latest
And then browse to http://localhost:8096
Rank 1: Thread
I think this is a problem with my server not appwrite, so thankful for your help, I will spend some time figuring out what’s wrong with my server
Rank 1: Thread
Probably reinstall the operating system
IP tables could have gotten screwed up.
You can try uninstalling portainer and reinstalling docker first
Rank 1: Thread
ok, thx this is going to take some time, I will come back to this post to share the soulation once I figure out