Open estruyf opened 6 years ago
I did the deploy to Azure, and when I add the script reference to my page, I get the error to load socket.io.
I have added the includesocketIO: true to the Server/config.json file, but this didn't help. Same thing happens when I set it to false.
includesocketIO: true
Server/config.json
false
Also tested it out on my local machine, and the same thing happens. Do you have any idea how this can be fixed?
That might be because vorlon out-of-the-box does not play well in an environment with an AMD loader. I've fixed it in my git. I'll try and send in a pull request.
I did the deploy to Azure, and when I add the script reference to my page, I get the error to load socket.io.
I have added the
includesocketIO: true
to theServer/config.json
file, but this didn't help. Same thing happens when I set it tofalse
.Also tested it out on my local machine, and the same thing happens. Do you have any idea how this can be fixed?