Commit Graph

1 Commits

Author SHA1 Message Date
Cal Corum
db667965e6 CLAUDE: Add WebSocket troubleshooting documentation
Comprehensive guide documenting the investigation and resolution of
intermittent WebSocket connection failures:

- NPM configuration issues (HTTP/2, access lists, custom locations)
- Conflicting socket.io plugin (JWT vs cookie auth)
- SSR/hydration state corruption (primary root cause)
- Diagnostic commands and debugging tips
- SSR-safe patterns for WebSocket in Nuxt
- Cloudflare considerations

This document serves as future reference for similar WebSocket issues.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 15:32:30 -06:00