-
Notifications
You must be signed in to change notification settings - Fork 212
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
NBXplorer.Indexer.BTC: Unhandled exception in the indexer, retrying in 10 seconds (no lightning apps; RTL) #383
Comments
So RTL and lightning apps doesn't rely on NBX. The NBX exception doesn't seem really important as it reconnects shortly after, as it seems the on-chain wallet of btcpay works for you. |
Concerning lightning, do you confirm that LND is acting as it should? You seem to have access to RTL. |
No, RTL is not acting as it should. Although the RTL icon is there, I do get a re-direct: 404 page not found error (when I click the icon). That actually is the core of my problem. |
@bartbrand first, let's focus on fixing RTL for LND. |
I can go to the link, but it will result in the same 404 error as clicking on the icon from the lighting services page with the RTL icon. |
@bartbrand can you screenshot me the 404 error that you see? |
Also are you running any kind of reverse proxy between the server and internet? |
Yes, I am running nginx. |
@bartbrand can you give me the configuration of your btcpay server? Problem is probably coming from your reverse proxy not routing properly. Please also show me a screenshot of the 404 page. |
@NicolasDorier how do you suggest I proceed with this issue? |
@bartbrand can you ping me directly on https://chat.btcpayserver.org/ ? Can you try |
For example, the nginx config that you should find at
|
@bartbrand got it.
If that's the case, then it's normal you have a 404, it is this nginx that is responsible to route the http request to the proper container. If you want to use your own reverse proxy, you need to follow this https://docs.btcpayserver.org/FAQ/Deployment/#can-i-use-an-existing-nginx-server-as-a-reverse-proxy-with-ssl-termination |
@NicolasDorier This is how my nginx is set up now: |
you excluded the If you just want to offload https termination, see https://docs.btcpayserver.org/FAQ/Deployment/#can-i-use-an-existing-nginx-server-as-a-reverse-proxy-with-ssl-termination |
I initially installed CLN, but couldn't start RTL nor Spark. Than I switched to LND, but the identical errors occurred.
The dashboard is loading properly. I did make an on chain transaction which went fine.
The problem is with the lightning services.
Here are the log files that show what might be going wrong:
I still prefer to run BTCPay with CLN (so I still need to switch back from LND -> CLN)
Looking forward to your help in resolving the error with NBXplorer first before I switch back to CLN. Thanks a million for looking into this!
The text was updated successfully, but these errors were encountered: