diff --git a/lnbits/extensions/copilot/templates/copilot/compose.html b/lnbits/extensions/copilot/templates/copilot/compose.html
index 8b6114210..e55e3ffa2 100644
--- a/lnbits/extensions/copilot/templates/copilot/compose.html
+++ b/lnbits/extensions/copilot/templates/copilot/compose.html
@@ -15,7 +15,7 @@
>
diff --git a/lnbits/extensions/copilot/templates/copilot/panel.html b/lnbits/extensions/copilot/templates/copilot/panel.html
index 695833ee4..a1ad42a0d 100644
--- a/lnbits/extensions/copilot/templates/copilot/panel.html
+++ b/lnbits/extensions/copilot/templates/copilot/panel.html
@@ -171,6 +171,7 @@
console.log('{{ copilot.id }}')
if (location.protocol == 'https:') {
+ console.log(location.protocol)
this.connection = new WebSocket(
'wss://' +
document.domain +