Skip to content

Self-Hosting Troubleshooting

Dashboard loads but no data appears

Check:

  • API endpoint configuration
  • database connectivity
  • CORS and public URL configuration

Unity devices cannot connect

Check:

  • WebSocket endpoint reachability
  • token policy
  • firewall and TLS termination setup

Sessions are delayed or missing

Check:

  • Redis queue lengths
  • failed message queue
  • PostgreSQL health and disk space

First setup page does not work

Check:

  • API auth routes are reachable
  • database migrations have run