I am hosting my alexa skill service on 2 different Servers (same sources on both machines)
Server 1 works fine when I use it in the Service Simulator from the develoment console.
If I switch to server 2 using the configuration tab everything looks good in the first moment, but when I start a query from the Service Simulator I get the message:
"The remote endpoint could not be called, or the response it returned was invalid."
Unfortunately this is all the Information I get from the test tab of the developer console. When I do requests from my machine at home (using Postman), the response of both servers looks the same.
Is there a way to get more information for debugging?
(Also requests from http://requestmaker.com/ are working good on both Servers)