Ride-The-Lightning / RTL

Ride The Lightning - A full function web browser app for LND, C-Lightning and Eclair
MIT License
732 stars 157 forks source link

Console error, can't view November routing report #1332

Open rock217 opened 7 months ago

rock217 commented 7 months ago

Describe the bug /rtl/lnd/reports/routingreport

Dec and Oct load fine, November delivers an error to the console, although the POST (/rtl/api/lnd/switch) responds with 201 :

main.c97f338354d9cdcc.js:1 ERROR TypeError: Cannot read properties of undefined (reading 'value')
    at 570.28ed94d292ccd982.js:1:517951
    at Array.map (<anonymous>)
    at n.prepareFeeReport (570.28ed94d292ccd982.js:1:517859)
    at Object.next (570.28ed94d292ccd982.js:1:516696)
    at F.next (main.c97f338354d9cdcc.js:1:1524787)
    at W._next (main.c97f338354d9cdcc.js:1:1524460)
    at W.next (main.c97f338354d9cdcc.js:1:1524150)
    at g._next (main.c97f338354d9cdcc.js:1:1524460)
    at g.next (main.c97f338354d9cdcc.js:1:1524150)
    at subscribe.te (main.c97f338354d9cdcc.js:1:1538543)

The inspector shows "Failed to lead response data: Request content was evicted from inspector cache" on the Nov XHR, but I can see the data on the other months.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Lightning->Reports' and toggle to Nov
  2. See error in the console and the previously viewed month's bars are still displayed

Screenshots image

Your environment

Additional context Add any other context about the problem here.