Hello!
I’ve started encountering random errors when sending messages to my self-hosted server.
They’re neither 502 nor 400 errors, but it seems to happen with every second message I send.
At the same time, I don’t see any errors in the cloud. To track it I’ve added publicApiKey on the FE side and set the COPILOT_CLOUD_PUBLIC_API_KEY environment variable on the server side.
I’m using the claude-sonnet-4-20250514 model.
When I run kubectl logs copilot-kit-server I don’t see any errors.
What could be causing this? I’d really appreciate your help.