I’m having an issue where if I start my local site it won’t load in any browser - I don’t get any error message, I just get the “loading wheel” showing in whatever browser I’m in. It’s been doing this for around 15 minutes now and any attempt to restart or reload the site or my laptop doesn’t help:
The site was working absolutely fine on Friday when I was working on it then, but after logging in and updating Local today to Version 8.0.1+6490 it’s no longer working. I tried updating the PHP version and that didn’t help. I also tried switching to an Apache server, but no luck there either, nor does switching it back to nginx.
I tried repairing the version of Visual C++ I had too, which has resolved an issue in the past, but no luck there either.
I check the local log and the entries from the last time I launched the site doesn’t seem to flag up anything that might be the problem:
{"class":"Process","level":"warn","message":"2023-10-23T12:28:35.968185Z 0 [System] [MY-010116] [Server] %%userDataPath%%\\lightning-services\\mysql-8.0.16+6\\bin\\win64\\bin\\mysqld.exe (mysqld 8.0.16) starting as process 13196","process":"mysql","thread":"main","timestamp":"2023-10-23T12:28:40.443Z"}
{"class":"Process","level":"warn","message":"2023-10-23T12:28:36.042794Z 0 [Warning] [MY-013243] [Server] --character-set-server: The character set UTF8MB3 is deprecated and will be removed in a future release. Please consider using UTF8MB4 instead.","process":"mysql","thread":"main","timestamp":"2023-10-23T12:28:40.444Z"}
{"class":"Process","level":"warn","message":"2023-10-23T12:28:39.069164Z 0 [System] [MY-010229] [Server] Starting crash recovery...","process":"mysql","thread":"main","timestamp":"2023-10-23T12:28:40.445Z"}
{"class":"Process","level":"warn","message":"2023-10-23T12:28:39.087108Z 0 [System] [MY-010232] [Server] Crash recovery finished.","process":"mysql","thread":"main","timestamp":"2023-10-23T12:28:40.445Z"}
{"class":"Process","level":"warn","message":"2023-10-23T12:28:40.348254Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.","process":"mysql","thread":"main","timestamp":"2023-10-23T12:28:40.446Z"}
{"class":"Process","level":"warn","message":"2023-10-23T12:28:40.443505Z 0 [System] [MY-010931] [Server] %%userDataPath%%\\lightning-services\\mysql-8.0.16+6\\bin\\win64\\bin\\mysqld.exe: ready for connections. Version: '8.0.16' socket: '' port: 10008 MySQL Community Server - GPL.","process":"mysql","thread":"main","timestamp":"2023-10-23T12:28:40.446Z"}
The local router log had the following but these are from a good few hours since the last time I tried to start the site:
2023/10/23 10:12:36 [error] 12232#12004: *6 upstream prematurely closed connection while reading response header from upstream, client: ::1, server: bolsover-cruise-club.local, request: "GET /wp-admin/ HTTP/1.1", upstream: "http://[::1]:3000/wp-admin/", host: "bolsover-cruise-club.local"
2023/10/23 10:12:36 [warn] 12232#12004: *6 upstream server temporarily disabled while reading response header from upstream, client: ::1, server: bolsover-cruise-club.local, request: "GET /wp-admin/ HTTP/1.1", upstream: "http://[::1]:3000/wp-admin/", host: "bolsover-cruise-club.local"
2023/10/23 10:12:39 [error] 12232#12004: *6 connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: ::1, server: bolsover-cruise-club.local, request: "GET /wp-admin/ HTTP/1.1", upstream: "http://127.0.0.1:3000/wp-admin/", host: "bolsover-cruise-club.local"
2023/10/23 10:12:39 [warn] 12232#12004: *6 upstream server temporarily disabled while connecting to upstream, client: ::1, server: bolsover-cruise-club.local, request: "GET /wp-admin/ HTTP/1.1", upstream: "http://127.0.0.1:3000/wp-admin/", host: "bolsover-cruise-club.local"
2023/10/23 10:18:48 [alert] 9320#9964: OpenEvent("ngx_master_7268") failed (2: The system cannot find the file specified)
My system info is as follows:
Device name | N010 |
---|---|
Full device name | N010.BOLSOVERCRUISECLUB.LOCAL |
Processor | 11th Gen Intel(R) Core™ i7-11370H @ 3.30GHz 3.30 GHz |
Installed RAM | 16.0 GB (15.7 GB usable) |
Device ID | 1AFA2EFF-D45C-4192-B7F7-29E468CE2213 |
Product ID | 00330-80000-00000-AA858 |
System type | 64-bit operating system, x64-based processor |
Pen and touch | No pen or touch input is available for this display |
Edition | Windows 10 Pro |
---|---|
Version | 22H2 |
Installed on | 02/09/21 |
OS build | 19045.3570 |
Experience | Windows Feature Experience Pack 1000.19052.1000.0 |
What could the issue be? I’m working on an urgent website project and any delay is a huge setback.