Problem with Warp Gate module

It seems that in Forge the Warp Gate module does not load a file called Comm.Js because it cannot find it on the error 404 server. On my Foundry the installed module (same version 1.7.1) works perfectly. Can someone help me? Thanks

There is a comms.js but not a Comms.js. It only works for your local Foundry because you are running it on Windows, and Windows doesn’t have case sensitivity for filenames. It doesn’t work on the Forge because it’s a Linux server. Any other self hosted user on Linux or Mac OS X would have the same problem.
This is a bug in the module itself and the developer needs to be made aware that they are using case insensitive paths which are not universal.
I hope that helps.