You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to 'Lightning->Reports' and toggle to Nov
See error in the console and the previously viewed month's bars are still displayed
Screenshots
Your environment
Version of RTL v0.14.1
Version of lnd v0.17.2-beta
Version of bitcoind 25.0
Browser & browser version Chromium Version 119.0.6045.159 (Official Build) snap (64-bit)
Operating system (uname -a on *Nix) Ubuntu 22.04.3 LTS
Node version v18.15.0
any other relevant environment details The world's oldest trees are 4,600 year old Bristlecone pines in the USA.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
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 :
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:
Screenshots
Your environment
RTL v0.14.1
lnd v0.17.2-beta
bitcoind 25.0
Chromium Version 119.0.6045.159 (Official Build) snap (64-bit)
uname -a
on *Nix)Ubuntu 22.04.3 LTS
v18.15.0
The world's oldest trees are 4,600 year old Bristlecone pines in the USA.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: