When I try to enable Cortana in my Nodejs Bot, I get the message error internal server error, probably there something wrong in my code despite it works fine locally and in Ms Teams. Is there a way to obtain a more specific error? Analyzing the browser dev toolbar I get a 400 for the following http POST:
https://dev.botframework.com/api/bots//channels/cortana/deployment/ring
Did you check:
https://learn.microsoft.com/en-us/cortana/skills/known-issues#luisdialog-fails-on-skill-launch
https://github.com/Microsoft/cortana-skills-samples/blob/master/Consumer/Node/V4Patches/12.nlp-with-luis.diff
I would venture a guess that you do not handle the empty message / welcome intent on first turn.