I'm using tileserver-gl via this command:
->npx tileserver-gl --mbtiles africa.mbtiles
It starts fine, and I can open the preview:
->https://11.3.10.32:444/styles/basic-preview/#4/15.45/3.82
However, when I try to access this tile URL directly:
->https://11.3.10.32:444
or use it inside my app:
->L.tileLayer('https://11.3.10.32:444/styles/basic-preview/{z}/{x}/{y}.png', {
maxZoom: 19,
}).addTo(map);
The server crashes without logging anything in the terminal.
and already downloaded VC_redist.x64