specter-desktop icon indicating copy to clipboard operation
specter-desktop copied to clipboard

Hard coded http and port causing issues

Open svrgnty opened this issue 7 months ago • 1 comments

File: src/cryptoadvance/specter/templates/base.jinja - Line 16 <script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>

I believe the hard coded http:// is causing issues (mixed content) and is blocked in https mode. It generates errors in the console and in certain setups creates a longer loading time. The fixed port may also be an issue.

specter-issue

This is from Specter 2.0.2^2 running on Start9 with firefox browser

svrgnty avatar Jul 09 '24 09:07 svrgnty