In the latest version of boardgame.io, the permitted origins must be provided. At the moment this is set to the following in gameServer.js. ```javascript origins: [ '*' ] ``` This would probably be better set up from a config file This will also affect the deployment process