on endpoint appwrite-traefik (00bbc10e5875d0c367d8975c6abc946a77b7ec201a64a825399add44fb34ebb4): failed to bind port 0.0.0.0:80/tcp: Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use.
I have used Azure VM to self host appwrite and I updated from 1.6.0 to 1.7.4 and since console is not accessible, as shown in the image. I searched for this issue on github as well but no luck. Can anyone please help me out?
TL;DR
Error response when upgrading from Appwrite 1.6.0 to 1.7.4 on Azure VM, cannot access console. Port 0.0.0.0:80 already in use.
Solution: The error indicates that port 80 is already in use. You need to check which service is using that port and stop it, then restart the Appwrite service.