You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the nginx server in a docker container sometimes does not properly start up on macos hosts, so the curl --head "http://localhost:5412/webp2.pmtiles" fails to connect.
Possible solutions:
figure out why the docker does not start, and ensure that it does
it seems github macos runners have nginx natively (see script) - so perhaps we can just use that, making the test faster as well? I think this is the preferred option if possible
Context
Initially added in #991 by @kyleslugg who knows most of the context on this one.
The text was updated successfully, but these errors were encountered:
I fixed it in #1104, seem to be working, but ideally we should do the same with linux too - will make things more consistent. I do think we may want to create a simple github action for local serving without docker - should be fairly easy to do.
It seems the nginx server in a docker container sometimes does not properly start up on macos hosts, so the
curl --head "http://localhost:5412/webp2.pmtiles"
fails to connect.Possible solutions:
Context
Initially added in #991 by @kyleslugg who knows most of the context on this one.
The text was updated successfully, but these errors were encountered: