We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the problem/bug When I click on the home page this error is logged, however the page seems to load correctly
{ context: 'ExceptionsHandler', stack: [ 'Error: FullChannelDetailsNotFound\n' + ' at /app/dist/modules/node/lnd/lnd.helpers.js:8:15\n' + ' at processTicksAndRejections (node:internal/process/task_queues:96:5)\n' + ' at async ChannelsResolver.getChannel (/app/dist/modules/api/channels/channels.resolver.js:34:25)\n' + ' at async target (/app/node_modules/@nestjs/core/helpers/external-context-creator.js:74:28)\n' + ' at async Object.getChannel (/app/node_modules/@nestjs/core/helpers/external-proxy.js:9:24)' ], level: 'error', message: 'FullChannelDetailsNotFound', timestamp: '2023-08-03T23:10:51.417Z' }
Your environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the problem/bug
When I click on the home page this error is logged, however the page seems to load correctly
Your environment
The text was updated successfully, but these errors were encountered: