Hello,
Does anyone have any issues with the export button? I select it and all I get is the spend of death. Before the update, it used to work. If I can get this to work, it'll save me some time building new systems.
ah sh*t! There is a really stupid bug, I missed a / in a url.
If you can change the line 222 of the file assets/js/minera.js
https://github.com/michelem09/minera/blob/master/assets/js/minera.js#L222Now it looks like this:
var saveUrl = _baseUrl+"app/save_settings";
Change it to this:
var saveUrl = _baseUrl+"/app/save_settings";