Craig Kochis
Craig Kochis
I'm getting the same error on all docker versions (went all the way down to v4.4.0)
Yeah, it does seem like it can't read the file for some reason. I did just set it to 777 just to see, and still can't access it ``` node@cb0515ed9e2c:/data$...
Interesting, I just tried with `tileserver-gl:v4.4.0` (non-light) and it worked 🤷
I'm also getting a mix of 200's and 500's, so maybe something is off with the file. I'm gonna add the logging back in to see if it's still the...
Alright, I'm not sure entirely what the issue is, but it must be something about reading the sqlite file through the volume mount. I was able to copy the file...
I just tried running the `tileserver-gl-light` on amazon linux, and got the following error ``` $ docker run --rm -it -v $(pwd):/data -p 80:80 maptiler/tileserver-gl-light Starting tileserver-gl-light v4.4.10 node:internal/fs/utils:347 throw...
Looks like moving to an older version worked: ``` Starting tileserver-gl-light v4.0.0 No MBTiles specified, using planet.mbtiles [INFO] Automatically creating config file for planet.mbtiles [INFO] Only a basic preview style...