I made a mistake in a commit, not including a semi-colon after a CSS instruction, and it blew up my deploy. So, I fixed the mistake and have been trying to redeploy.
However, apostrophe:generation --all-sites
now hangs indefinitely. What can I do to safely “clear the cache” of previous generation
s without costing myself any site customizations (images, css, etc.)?
Adding some error logs I have discovered that the issue relates to the lock logic throwing a duplicate error in afterAttempt
. The same logic of course works for other sites
. What in the state of the database could cause this?
Thanks