I am using the following Code to open the Webbrowser on Amazon Echo Show
{
"version": "1.0",
"response": {
"type": "OpenURL",
"source": "https://www.amazon.com/",
"onFail": {
"type": "SetValue",
"componentId": "errorText",
"property": "text",
"value": "Unable to open Amazon.com (${event.source.value})"
}
},
"shouldEndSession": true
}
}
But if i try the same on Echo, it would only open a page with a blank dark background.
What am I doing wrong?