-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloudflare Worker: Promise will never complete #502
Comments
I just tried using a worker with the index.js linked here: https://docs.protomaps.com/deploy/cloudflare , setting the r2 |
Thank for you help and time. |
Is your |
I did not notice it, but apparently you pointed in the right direction it is not from protomaps build. |
If you can share your file that will help debug, also you can use the command |
OK, I can confirm it is definitely the file.
I will try to re-upload the data on r2 and see. Sure no problem in sharing it, it is 70gb, I only need to find how to correctly share it, probably using r2. I think the file was generated using osmium-tool, but I will try to confirm also this. |
I am currently testing a PMTiles deploy using Cloudflare as the CDN following the documentation.
I have completed the guide and tested everything on maputnik using a source data layer of type: Vector (TileJSON url).
However, for zooms over level 6 I receive a 500 error. (example url: planet-20241004/6/33/22.mvt)
So, I have extracted the mvt request and called it from a browser, in which Cloudflare response with
In order to further investigate the problem, I have also enabled worker logs, which basically contains the message
I have tried to deploy the worker both Manually and using the wrangler script.
Initially I had the problem that I was not on the paid worker plan, but then I noticed it and I have activated it.
Do you have any suggestion? Am I missing something?
The text was updated successfully, but these errors were encountered: