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 did above since I use caddy for other things and NGINX was giving some trouble. BTCPay itself works fine when accessing from my domain, but RTL isn't accessible.
RTL Logs look good:
root@instance-20240205-0906:/var/lib/docker/volumes/generated_clightning_bitcoin_rtl_datadir/_data# docker logs generated-bitcoin_rtl-1
[4/5/2024, 2:55:15 AM] INFO: RTL => Server is up and running, please open the UI at http://localhost:3000 or your proxy configured url.
I'm unable to reach anything when I hit localhost:3000 either from the VM
Here's RTLConfig {"port":"3000","defaultNodeIndex":1,"dbDirectoryPath":"/root/database/node-1","SSO":{"rtlSSO":0,"rtlCookiePath":"","logoutRedirectLink":""},"nodes":[{"index":1,"lnNode":"Node 1","lnImplementation":"LND","Authentication":{"macaroonPath":"/root/.lnd/data/chain/bitcoin/mainnet","configPath":"/root/.lnd/lnd.conf"},"Settings":{"userPersona":"MERCHANT","themeMode":"DAY","themeColor":"PURPLE","channelBackupPath":"/root/backup/node-1","logLevel":"ERROR","lnServerUrl":"https://127.0.0.1:8080","fiatConversion":false,"unannouncedChannels":false}}],"multiPass":"password"}
The text was updated successfully, but these errors were encountered:
marty9x9
changed the title
502 when accessing RTL
404 when accessing RTL
Apr 5, 2024
I installed BTCPayserver without reverse proxy follwoing instructions from here: https://github.com/btcpayserver/btcpayserver-docker/tree/master/Production-NoReverseProxy
I did above since I use caddy for other things and NGINX was giving some trouble. BTCPay itself works fine when accessing from my domain, but RTL isn't accessible.
RTL Logs look good:
I'm unable to reach anything when I hit localhost:3000 either from the VM
Here's RTLConfig
{"port":"3000","defaultNodeIndex":1,"dbDirectoryPath":"/root/database/node-1","SSO":{"rtlSSO":0,"rtlCookiePath":"","logoutRedirectLink":""},"nodes":[{"index":1,"lnNode":"Node 1","lnImplementation":"LND","Authentication":{"macaroonPath":"/root/.lnd/data/chain/bitcoin/mainnet","configPath":"/root/.lnd/lnd.conf"},"Settings":{"userPersona":"MERCHANT","themeMode":"DAY","themeColor":"PURPLE","channelBackupPath":"/root/backup/node-1","logLevel":"ERROR","lnServerUrl":"https://127.0.0.1:8080","fiatConversion":false,"unannouncedChannels":false}}],"multiPass":"password"}
The text was updated successfully, but these errors were encountered: