Im trying to white list domain dynamically in zoho desk extension. But it show error
Error:
{errMsg: 'No entry found in plugin-manifest whiteListedDomains for requested URL'}
syntax
"config": [
{
"displayName":"Shopify Admin API access token ",
"name": "API_Key",
"secure": true,
"type":"text",
"description": "Required Scopes :read_customers,read_orders,read_products",
"mandatory": true,
"userdefined": true,
"authType" : "org"
},
{
"displayName":"Shopify store name",
"name": "Shop_URL",
"secure": true,
"type":"text",
"description": "",
"mandatory": true,
"userdefined": true,
"authType" : "org"
}
],
"whiteListedDomains": ["https://{{Shop_URL}}.myshopify.com"],
Ialso tried below method also again I'm getting same error: extension.js:425 Error getting customer data: {errMsg: 'No entry found in plugin-manifest whiteListedDomains for requested URL'}
"whiteListedDomains": [ "https://*.myshopify.com"],