I have installed the latest version of local on my pc but it doesn’t open. Read a similar topic but did not find a solution (I have Nordlayer disabled)
System Details
Which version of Local is being used? 6.7.2
What Operating System (OS) and OS version is being used? Windows 10 Professional
Does changing your Router Mode make any difference?
Have you tried this yet?
If you’re still having trouble you could try these steps:
Stop all sites that are running in Local
Force quit Local
(If using Mac) Run the command lsof -nP -iTCP -sTCP:LISTEN
(If using Windows) Run the command netstat -ano
What you’ll be looking for here is 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.
Once you run that command you should see a list of listening ports. If you see a particular program making use of those ports, you can then kill that process by running sudo kill -9 XXX where XXX is the PID number of that process. (On Windows you will use taskkill /F /pid XXX where XXX is the PID number of that process)
After that, you should be able to retry. Keep us posted if you have any questions or continuing issues.