aws-samples / bedrock-claude-chat

AWS-native chatbot using Bedrock + Claude (+Mistral)
MIT No Attribution
708 stars 250 forks source link

[BUG]Failed to invoke bedrock #212

Closed jeremylatorre closed 3 months ago

jeremylatorre commented 3 months ago

Describe the bug Trying to have a conversation following big latest update on code

I have added a console log on message.data to understand what's inside. Failed to invoke bedrock. [usePostMessageStreaming.ts:74:20] (http://localhost:5173/src/hooks/usePostMessageStreaming.ts)

Tried to modify the ws endpoint to see how it behaves but I have an error earlier in the process telling that he can't reach WS endpoint. So it's really seems to be a problem between WS and Bedrock connection.

Additional context Add any other context about the problem here.

statefb commented 3 months ago

Could you please provide clear reproduction steps along with a detailed explanation? (Without this information, I will not be able to analyze the root cause). I'd be appreciated if you could provide detail information using existing bug reporting template.

jeremylatorre commented 3 months ago

I'm closing this issue since I cannot reproduce this bug anymore