aws-solutions / qnabot-on-aws

AWS QnABot is a multi-channel, multi-language conversational interface (chatbot) that responds to your customer's questions, answers, and feedback. The solution allows you to deploy a fully functional chatbot across multiple channels including chat, voice, SMS and Amazon Alexa.
https://aws.amazon.com/solutions/implementations/aws-qnabot
Apache License 2.0
401 stars 253 forks source link

cloudformation stack roleback issue #614

Closed muntherqasaimeh closed 1 year ago

muntherqasaimeh commented 1 year ago

Hello. I'm facing issue everytime I create a cloudformation stack for QNAbot I got error "[ResponseBotQNADateNoConfirmV2, ResponseBotQNADateV2, ResponseBotQNADayOfWeekV2 " You can find screenshot for this issue Can you please tell me why this happened and how to solve this ? thanks. image

muntherqasaimeh commented 1 year ago

I found this error occured only in us-east-1 Region I need to implement my solution on this region I 'm not able to change regions

ihmaws commented 1 year ago

Hi @muntherqasaimeh, thanks for the report. Can you please include additional information found in the bug report template (e.g. Solution Version).

You can find additional information about this particular error by going into the ExamplesStack and viewing the error there. You may need to filter by Deleted in the Cloudformation console to find this nested stack. That should tell you why those resources failed to create.

Once you share the information above we should be able to figure out what's going on. A random shot in the dark right now, maybe your stack name is too long? Try shortening it to see if that helps.

muntherqasaimeh commented 1 year ago

Hi I opened the deleted stack and I found this issue here image

ihmaws commented 1 year ago

Can you keep scrolling through? There should usually be a more specific error on the actual resources. Look for one of the ResponseBotQNA...

ihmaws commented 1 year ago

Closing ticket for now. If you are still experiencing issue, please create a new issue using the bug report template to include the additional information required to reproduce the bug.