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
returnnewAPIError('http://'+APP_CORE_LIGHTNING_DAEMON_IP+':'+LIGHTNING_PORT+' is already in use','http://'+APP_CORE_LIGHTNING_DAEMON_IP+':'+LIGHTNING_PORT+' is already in use',HttpStatusCode.ADDR_IN_USE,'http://'+APP_CORE_LIGHTNING_DAEMON_IP+':'+LIGHTNING_PORT+' is already in use');
85
+
returnnewAPIError(APP_PROTOCOL+'://'+APP_CORE_LIGHTNING_IP+':'+LIGHTNING_PORT+' is already in use',APP_PROTOCOL+'://'+APP_CORE_LIGHTNING_IP+':'+LIGHTNING_PORT+' is already in use',HttpStatusCode.ADDR_IN_USE,APP_PROTOCOL+'://'+APP_CORE_LIGHTNING_IP+':'+LIGHTNING_PORT+' is already in use');
82
86
case'ECONNREFUSED':
83
87
returnnewAPIError('Server is down/locked','Server is down/locked',HttpStatusCode.UNAUTHORIZED,'Server is down/locked');
<!doctype html><htmllang="en"><head><metacharset="utf-8"/><linkrel="icon" href="./images/cln-favicon.ico"/><metaname="viewport" content="width=device-width,initial-scale=1"/><metaname="color-scheme" content="light dark"><metaname="description" content="Core lightning application"/><linkrel="apple-touch-icon" href="./images/cln-logo-dark.png"/><title>Core Lightning</title><scriptdefer="defer" src="/static/js/main.212bf1ad.js"></script><linkhref="/static/css/main.39d05f2d.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><divid="root"></div></body></html>
1
+
<!doctype html><htmllang="en"><head><metacharset="utf-8"/><linkrel="icon" href="./images/cln-favicon.ico"/><metaname="viewport" content="width=device-width,initial-scale=1"/><metaname="color-scheme" content="light dark"><metaname="description" content="Core lightning application"/><linkrel="apple-touch-icon" href="./images/cln-logo-dark.png"/><title>Core Lightning</title><scriptdefer="defer" src="/static/js/main.60ee4b12.js"></script><linkhref="/static/css/main.fa3c1194.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><divid="root"></div></body></html>
0 commit comments