Hi @corrupt! Are you running other developer applications simultaneously? That could also cause similar issues. Apps like MAMP, XAMPP, or Docker for example.
If you don’t have a lot of sites in Local yet, in order to refresh here and start with a clean slate could you give the below troubleshooting steps a try?
Export any sites that you have on Local and save them to a folder somewhere on your computer.
When the computer is restarted and turned on, close any applications that automatically run in the background. (so any lingering security or developer apps)
Check and see if the issue still persists. If so, please provide us with an updated log. Retrieving Local’s Log File
It looks like you just attached the router log. Can you send us your full log? There are some different ways to access and share Local Logs. For us to be able to troubleshoot thoroughly, please click the Download Local Logs button from the Support tab in Local. This will generate a zip archive that contains the Local log along with some other diagnostic information to help quickly zero in on any issues that Local is encountering.
Also, does changing your Router Mode have any impact? Go to Local>Settings>Advanced to find this.
You’re correct on the steps to get to Router Mode. You can get to it either way, sorry if that was confusing.
I’m curious about something. If you stop all sites that are running in Local and force quit the app, can you try running this in your command prompt? netstat -ano
Do you see any programs still running on ports 80 and 443?
Bingo. So what we were looking for here was to see when sites are stopped and Local is properly shut down if there are still programs running on ports 80 and 443. These may be conflicting with Local or the system may be reporting Local is still running.
If your antivirus is shut down but still using ports, then you kill that process (or processes) by running taskkill /F /pid XXX
XXX is the PID number of that process which you should see in the column on the far right.
After that, you should be able to retry. Keep us posted if you have any questions or continuing issues.