Just switched to 2018.3279.
A HTML5 build that work just fine in earlier version is now failing on both localhost and proper webserver.
I have removed these lines from my code
– local http = require(“socket.http”)
– local ltn12 = require(“ltn12”)
This is what I get.
module 'socket.http' not found:resource (socket.http.lu) does not exist in archive no field package.preload['socket.http'] no file '//socket/http.lua' no file '//socket/http.lua' no file './socket/http.so' no file '//socket/http.so' no file './socket.so' no file '//socket.so' stack traceback: [C]: in function 'require' ?: in function 'require' ?: in main chunk [C]: in function 'require' ?: in function 'require' ?: in main chunk