What is the name of the modal you’re running?
gateway.ai
What is the issue or error you’re encountering
Unable to use, return does not support the area.
What steps have you taken to resolve the issue?
When I submit the api, I return the following content. Shouldn’t the gateway not be affected by the original region?
{
“error”: {
“code”: “unsupported_country_region_territory”,
“message”: “Country, region, or territory not supported”,
“param”: null,
“type”: “request_forbidden”
}
}