I’m trying to set up custom commands via Alexa, using the instructions here:
However, all I get from Alexa is:
“There was a problem with the requested skill’s response”
This is whether I used a valid intent or no. I get no JSON Output in the debugger.
I am wondering, should I be able to hit /api/alexa via browser or CURL? When I do, I get “404: Not Found”
I tried doing the api setup (which is just adding the api tag to configuration), and if i get /api/ I get “401 Unauthorized” which at least sounds like that is listening.
Any ideas where I have gone wrong? I’m running via docker, using latest version (94.3).