Skip to content

Run client there is a error msg:"Unhandled Rejection (TypeError): Failed to fetch" #7

@teddy8023mars

Description

@teddy8023mars

35 | var nav = new mapboxgl.NavigationControl();
36 | map.addControl(nav, this.state.matches?'bottom-right':'top-right');
37 |

38 | fetch('https://covid19-api.hackbotone.com/markers.geojson')
| ^ 39 | .then(response => response.json())
40 | .then(data =>
41 | map.once('load', function () {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions