Does mapbox server block the ip from China for request "styles"
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
mapbox-gl-js version: 0.51.0
browser: Chrome
Steps to Trigger Behavior
construct a web app with mapbox
run app and inspect the chrome dev-tool
The request "https://api.mapbox.com/styles/v1/mapbox/outdoors-v10?optimize=true&access_token=xxx" fail for 'net::ERR_CONNECTION_REFUSED',
and the request "https://api.mapbox.cn/styles/v1/mapbox/outdoors-v10?optimize=true&access_token=xxx" also failed.
But, turn on vpn , the request "https://api.mapbox.com/styles/v1/mapbox/outdoors-v10?optimize=true&access_token=xxx" successfully!!
It seems that mapbox server block the IP from China. Sorry for that said.
So, if it is possible to make it run successfully.
Anyone helps?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository file, test, or entry point is identified. Start by reproducing the requests to api.mapbox.com and api.mapbox.cn from China with and without a VPN, then determine whether the behavior is within mapbox-gl-js; done requires a confirmed supported resolution or a clear project-level explanation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- networking, web-dev
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100