And this is from you requesting https://localhost?
yes
Same browser between both servers?
Status code 499 means client closed connection 🧐
yes
Anything new in the appwrite logs?
nothing
I switched to a windows in the same network and tried again, the result was the same
I found some error in the browser
I have no idea what that is lol. Do you have browser extensions or anything enabled?
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
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
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?
no
Maybe you can try
docker run --name my-nginx-test -d -p 8096:80 nginx:latest
And then browse to http://localhost:8096
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
Probably reinstall the operating system
IP tables could have gotten screwed up.
You can try uninstalling portainer and reinstalling docker first
ok, thx this is going to take some time, I will come back to this post to share the soulation once I figure out
Recommended threads
- 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...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...