You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: