cryptoteun

Results 14 comments of cryptoteun

Ran into the same issue. After some Google-ing I found: https://www.uvicorn.org/settings/ > --proxy-headers / --no-proxy-headers - Enable/Disable X-Forwarded-Proto, X-Forwarded-For, X-Forwarded-Port to populate remote address info. Defaults to enabled, but is...

Proxy headers is in docker not needed. Did you try without the ' '

I run in docker, behind cloudflare and traefik. So a little different config.

I added it this way to my compose: `command: ["uvicorn", "lnbits.__main__:app", "--port", "5000", "--host", "0.0.0.0", "--forwarded-allow-ips", "*"]` This is also working in a setup with cloudflare - nginx proxy

> Yeah, that's why I made this one only for lnd and cln. But I have to check tonight why the build is failing. It worked local so perhaps it's...

Spoke about it with Calle, but don't know how to resolve correctly. Calle will look into it

In the following situation I get the same result. But the error slightly differ. - I run the current main branch via Docker - I use a lnbits instance connected...

Issue doesn't seems to be present anymore, closed.

Updated the title, apparently this only doesn't work for LNBits instances using LNBits as their funding source.

@callebtc , is it possible the issue is somehow related to the one already fixed here: https://github.com/lnbits/lnbits-legend/pull/649