Skip to main content

Troubleshooting

Common issues with meeting room displays and their solutions.

Display Not Connecting

SymptomCauseFix
Stuck on pairing screenInvalid or expired pairing codeGenerate a new pairing code from admin dashboard
WebSocket connection failedNetwork firewall blocking WebSocketAllow outbound connections to wss://websocket-service.zenspace.io
"Authentication failed"Expired device JWTRe-pair the device

Status Not Updating

SymptomCauseFix
Room shows "Available" but is bookedWebSocket disconnectedCheck network connectivity; display should auto-reconnect
Stale scheduleAPI polling failedVerify network access to api-zenedge.zenspace.io
Status updates delayedHigh server loadCheck Realtime Service health

Android-Specific Issues

SymptomCauseFix
App crashes on startupInsufficient memoryUse a device with at least 2GB RAM
Screen turns offPower managementEnable "Stay awake" in developer options
App not auto-startingBoot receiver not enabledEnable auto-start permission for the app
Firebase notifications not workingMissing google-services.jsonEnsure Firebase configuration is correct

Network Requirements

Ensure the following endpoints are accessible from the display device:

EndpointProtocolPort
api-zenedge.zenspace.ioHTTPS443
websocket-service.zenspace.ioWSS443
firebase.googleapis.comHTTPS443 (Android only)

Next Steps