Error 9109: Cannot use the access token from location

This showed up while testing in wrangler local dev. Is this saying that my comcast IP is blocked? This worked previously, although I just moved and had a different home IP. My token has no IP rules.

{
    "success": false,
    "errors": [
        {
            "code": 9109,
            "message": "Cannot use the access token from location: 67.168.XX.XXX"
        }
    ],
    "messages": [],
    "result": null
}

Despite this, the curl test provided with the token is successful

curl -X GET “https://api.cloudflare.com/client/v4/user/tokens/verify
-H "Authorization: Bearer XXXXXXXXXXXX
-H “Content-Type:application/json”