@sdetweil I was able to install node 20.18.1. Just trying to figure out the code to increase the fetch timeout.
Read the statement by Michael Teeuw here.
Posts
-
RE: Default Calendar stuck on loading
-
RE: Default Calendar stuck on loading
@sdetweil I have two followup questions.
- How do I install that surf based system.
- Do you know how I can nun Node@20.17.0 or greater on a pie zero?
-
RE: Default Calendar stuck on loading
@sdetweil For some mysterios reason it worked for me for 10 good minutes then crashed. I still don’t know what caused it to work that period. How is the overal experience with Surf Browser? Would you recommend I use that instead?
-
RE: Default Calendar stuck on loading
@sdetweil Thanks for all you do to help the MM community!
-
RE: Default Calendar stuck on loading
-
RE: Default Calendar stuck on loading
-
RE: Default Calendar stuck on loading
@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); -
RE: Default Calendar stuck on loading
-
RE: Default Calendar stuck on loading
@sdetweil Absolutely. I appreciate all the attention you’ve given to this so far. You have been a big help to the community.
-
RE: Default Calendar stuck on loading
@sdetweil OK so I’m not crazy! Good to know! It amazes me how much you know!