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.
This is from Specter 2.0.2^2 running on Start9 with firefox browser
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.
This is from Specter 2.0.2^2 running on Start9 with firefox browser