Problem
I use v0 APIs extensively to create projects, initialize chats, and send chat messages to build my web apps. I also use v0 hooks to subscribe to message.finished events.
Current Behavior
- Sending
POST /v1/chats/{chatId}/messagesoccasionally does nothing, even though the endpoint returns200 OK. - Sending chat messages via the website (
v0.app) works fine. - When messages are finished, the
message.finishedevents are not firing.
These were all working fine 24 hours ago.