Closed WizardsEnterprise closed 1 year ago
Thanks for the report. Looks like there was a memory leak when turning telemetry on (see #10). Were you using telemetry on your node by chance?
It will not allow me to install on Windows Server 2012 R2 So I never got to the point of being able to run the node at all
Recapping our Discord thread here.
https://www.electronjs.org/blog/windows-7-to-8-1-deprecation-notice shows that Electron 22 is the last version that supports Windows Server 2012 R2. This project uses Electron 25. I downgraded the project to Electron 22 and sent Wizard a build. They got it to install/start but got an error "fetch is not defined".
We use fetch
to interact with the node via goal's REST API so downgrading is not an option.
We could swap out fetch
with XMLHttpRequest
but seeing as Windows Server 2012 R2 reaches EOL in less than a month, it's not worth the hassle.