Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 when accessing RTL #893

Open
marty9x9 opened this issue Apr 5, 2024 · 1 comment
Open

404 when accessing RTL #893

marty9x9 opened this issue Apr 5, 2024 · 1 comment

Comments

@marty9x9
Copy link

marty9x9 commented 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:

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"}

@marty9x9 marty9x9 changed the title 502 when accessing RTL 404 when accessing RTL Apr 5, 2024
@dennisreimann
Copy link
Member

I'd suggest to rather use this deployment strategy to ensure that the integrations are working as provided: https://docs.btcpayserver.org/FAQ/Deployment/#can-i-use-an-existing-nginx-server-as-a-reverse-proxy-with-ssl-termination

This is what I use in conjunction with Caddy as the main proxy server and it works well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants