'OpenUrl command in Alexa simulator

I am trying to test OpenURL command like below , but no page is opened in Alexa simulator.Any clue on this issue please ?.

{
  "type": "OpenURL",
  "source": "https://www.amazon.com/",
  "onFail": {
    "type": "SetValue",
    "componentId": "errorText",
    "property": "text",
    "value": "Unable to open Amazon.com (${event.source.value})"
  }
}


Solution 1:[1]

Issue solved. The browser was blocking the Url.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Amal.Touzani