[Bug] B5: LND 'connect your wallet' details/QR broken fleet-wide (CORS) #12
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two root causes: (a) /lnd-connect-info returns DUPLICATE Access-Control-Allow-Origin on nodes whose nginx adds its own add_header on top of the backend's; (b) /proxy/lnd/v1/* 401 carried no CORS header. FIX IN PROGRESS (.97): bootstrap.rs strips redundant nginx add_header; handler/mod.rs unauthorized_cors() adds CORS to the 401. Verified fix (b) on .116 (harness 4/4). TOP PRIORITY.
Tracked in repo: tests/production-quality/TRACKER.md
FIXED for v1.7.97-alpha (
1db720af): strip duplicate nginx ACAO + CORS on /proxy/lnd 401. Verified harness 4/4 on .116/.198/.103. (tracker: tests/production-quality/TRACKER.md on vps2 main)Fixed: LND CORS (backend owns CORS + 401 carries ACAO). Deployed.