Closed brt0555 closed 2 years ago
Everything there looks right, but try setting AWS_REGION
to the same region as AWS_DEFAULT_REGION
(and possibly omit the latter); I'm able to reproduce the problem that way. I suspect that AWS_REGION
(or a default region in ~/.aws/{config,credentials}
) is pointing at a region that doesn't contain the map resource in question.
If you don't mind, please open an issue against https://github.com/beatleboy501/tilelive-aws; it should fail fast rather than sitting around not responding.
@mojodna Wow that was exactly the case. Thank you for your quick response. Now it's working as expected. Issue for tilelive-aws reported (https://github.com/beatleboy501/tilelive-aws/issues/2). Thanks!
I'm trying to serve by Tessera tiles from AWS location service, but after running maputnik and tessera, I got:
How I run tessera:
export AWS variables:
run local instance of maputnik
./maputnik
run tessera by
node tessera.js -r tilelive-aws aws:///MapName
got result shown above
I have all permissions granted for this map instance
What I have checked:
When I open localhost:8080 i got blank map of Tessera, and it seems to return some response from different request, but all aws-related request seems to stack in "pending" status, so maputnik does not display map with tiles.
Could you advice me, what should I check or what Am I doing wrong?
Edit: I have console log URI of tilelive-aws and auth field is empty, should it look like this?