Read the statement by Michael Teeuw here.
Default Calendar stuck on loading
-
@sdetweil Yes, I saw that. I tried it. It did’t work.
I wonder if something in here might help
-
@rushmuzik no idea…
trying to get ff installed
-
@rushmuzik well i can recreate it. its a bug in firefox. trying to find a workaround, 3 so far dont
-
@sdetweil OK so I’m not crazy! Good to know! It amazes me how much you know!
-
@rushmuzik just learned about this today, and google has a lot of info. wading thru it is time consuming.
-
@sdetweil Absolutely. I appreciate all the attention you’ve given to this so far. You have been a big help to the community.
-
-
@rushmuzik no idea yet
-
@sdetweil The socket.io GIT lists this as a possible solution to the bad request error however I’m not quite sure where to put it.
Installation: npm i http-proxy
const httpProxy = require(“http-proxy”);
httpProxy
.createProxyServer({
target: “http://localhost:3000”,
ws: true,
})
.listen(80); -
@rushmuzik me either. socket.io is setup in server.js