I run my node app in the /app/ folder of my website, so everything outside of that folder is running on an apache web server. In order to keep the same domain, I use a reverse proxy to the node app's port. This may be the cause, but I'm not sure what the solution is. Whenever I go to /app/colyseus when my server is running, it loads indefinitely. I use app.use("/colyseus", monitor()) to initialize the monitor, I've tried adding gameServer as a parameter to monitor() as I've seen in another thread but that threw an error.