Thanks for testing out Local v6.3.0 so quickly! We believe the cloned site bug (this topic) is resolved for newly cloned sites, but there might be some lingering data on your Local machine causing this to still be an issue.
Couple of questions:
I’m assuming your site ASZ-EF was cloned prior to v6.3.0?
If you open %APPDATA%/Roaming/Local/sites.json on your machine and Ctrl+F for “ASZ-EF”, do you see a line under the site that looks like this?
status:“running”
I was able to resolve the issue on an old site on my machine by deleting that line (and the comma on the line above it) and restarting Local. Hope this helps!
I recently experienced the same problem on Local where the state continues to be a green-dot (site running) when the site was stopped and any other instances that I subsequently opened did not show the green-dot state.
I received guidance from this post as to where to look for the problem, but it appears that the .json files have changed and the site state is no longer held in sites.json. Fortunately @burt put me on the right track. I resolved my problem as follows:
Close Local App;
Go to the Username\AppData\Roaming\Local\ (on Windows);
Find the file site-statuses.json and back this up;
Edit this file and make sure that all sites are in the ‘halted’ state (which they should be if the Local App is shut down);
Save the file and restart the Local App.
In my case, I found that one of the site instances was not in the halted state, so I changed the state to “halted” and this fixed my problem.