I am able to invoke and successfully trigger the LaunchRequest. However, after each user enters the PIN, I am receiving an error message. Instead of routing to the intended handler, the skill is going to InvocationIntent and SessionEndedRequest, and it is not reaching the SessionHandler as expected. How can I resolve this issue? The same skill and code are currently working in production, but they are not functioning in the development or test environment
{ "type": "SessionEndedRequest", "requestId": "amzn1.echo-api.request.37d31b46-c395-4767-a89f-474425078c38", "timestamp": "2024-11-05T15:00:47Z", "locale": "en-IN", "reason": "ERROR", "error": { "type": "INTERNAL_SERVICE_ERROR", "message": "Can't find skill bundle metadata for skillId amzn1.ask.skill.7c737edc-529e-4ad0-83dd-b9057b5b1bb9 locale en-IN stage development" } }