GamesFor.Me support
Most connection problems are resolved by opening the exact invitation link, allowing first-party cookies and JavaScript, and keeping both browsers on the same secure GamesFor.Me origin.
Last updated: July 14, 2026
Players cannot see each other
- Confirm both players opened the same full room or lobby link rather than the public game guide.
- Use https://gamesfor.me and avoid mixing www, HTTP, or a copied development hostname.
- Allow first-party cookies, JavaScript, and same-origin requests for GamesFor.Me.
- Refresh once and rejoin after a temporary network interruption; the client reconnects automatically when possible.
- Do not open one player identity in multiple shared-device tabs unless the game explicitly supports it.
cPanel polling behavior
The cPanel edition uses protected long polling. A normal browser network trace shows connect, invoke, and poll requests under /hubs/. A 200 response is expected; a WebSocket 101 response is not required on this edition.
The current work-in-progress build can share polling ownership and event queues across local Passenger-style workers through one private SQLite database. This does not remove the need to verify the actual host's shared-filesystem, file-lock, timeout, and process-recycle behavior.
Room expired or disappeared
A 404 or expired-room message means the invitation is invalid, the room was removed, the polling session exceeded its idle lifetime, or a stored snapshot was quarantined after validation failed. A routine cPanel worker replacement should preserve supported state and a recent polling connection when every worker shares the configured private database and server key.
3D, graphics, and WebXR
- Update the browser and graphics driver when a 3D scene does not load.
- Try the standard-screen controls; WebXR is optional.
- Disable aggressive content blockers for the first-party scripts if they prevent local JavaScript bundles from loading.
- Use reduced-motion settings when animation is uncomfortable.
Reporting abuse or a security issue
Do not post private room links or reconnect credentials in a public report. Preserve the page URL without its private identifier, the UTC time, browser version, game name, and a short description. An authoritative private reporting contact must be added by the operator before production deployment.