Open LVivona opened 1 month ago
Navigate to the history section and refresh repeatedly until the core error occurs.
Just to confirm: does this happen only when you repeatedly refresh the site? cause we set up a rate limit on cloudflare it could be triggered when we refresh the site too frequently
Description
Firefox is unable to establish a WebSocket connection to our server at
wss://redarena.ai:3000/ws
, and API calls to the backend are also failing. This issue might be related to Cloudflare configuration or server setup.Current Behavior
Expected Behavior
Steps to Reproduce
WebSocket Reproduction
Only within the production code.
wss://redarena.ai:3000/ws
.Core Error Reproduction
Only within the production code.
redarena.ai
.Possible Causes (WebSockets)
Possible Causes (Core API Errors)
Investigation Steps
1. WebSocket Server Configuration
2. Cloudflare Configuration
wss://redarena.ai:3000/ws
.A
record points to the correct server IP.3. SSL Certificate and TLS Configuration
redarena.ai
.wss://
protocol.4. Firewall Configuration
5. Cross-Origin Resource Sharing (CORS)
6. Rate Limiting
Priority
High - This issue is preventing core functionality and must be resolved as soon as possible.