Hi everyone,
I’m currently working with a ClawNest / OpenClaw-style chatbot interface and ran into an issue I can’t fully trace.
Problem description:
The chatbot accepts messages normally, but it doesn’t return any visible response in the UI. After sending a message, it only shows something like:
Assistant [timestamp]
…but no actual text output appears.
Console output:
I noticed the following error in the browser console:
Loading the script 'https://static.cloudflareinsights.com/beacon.min.js/...' violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' https://challenges.cloudflare.com".
This suggests Cloudflare’s analytics script is being blocked by CSP.
Current setup:
- Interface: ClawNest / OpenClaw UI
- Model: kimi-k2.5
- UI loads and functions otherwise without visible issues
- Messages are sent successfully from the frontend
Open questions:
- Could this CSP violation interfere with chatbot responses, or is it unrelated (analytics only)?
- Is it more likely that the issue is:
- incorrect model configuration
- unsupported model name
- API key / endpoint issue
- backend failing silently
What I plan to check next:
- Network tab for failed API requests (status codes like 401/404/500)
- Model/provider compatibility for kimi-k2.5
- Backend logs (if available)
If anyone has encountered similar behavior or has experience with this stack, I’d really appreciate your insights on where to focus debugging.
Thanks in advance!