Skip to content

Tileserver-gl crashes silently when accessing specific tile URL #1662

@akram-mhss

Description

@akram-mhss

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions