fix: fixes unathorized response from provider API#1438
Conversation
WalkthroughThe Changes
Sequence Diagram(s)sequenceDiagram
participant App
participant UserProviders
participant WalletProvider
participant CertificateProvider
participant BackgroundTaskProvider
participant Component (Page)
participant AppRoot
participant LocalNoteProvider
App ->> UserProviders: Render
UserProviders ->> WalletProvider: Render
WalletProvider ->> AppRoot: Render
AppRoot ->> LocalNoteProvider: Render (wraps children)
LocalNoteProvider ->> CertificateProvider: Render (now outside AppRoot)
CertificateProvider ->> BackgroundTaskProvider: Render
BackgroundTaskProvider ->> Component (Page): Render
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
npm error Exit handler never called! 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (2)
🔇 Additional comments (2)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1438 +/- ##
=======================================
Coverage 38.35% 38.36%
=======================================
Files 849 849
Lines 20141 20141
Branches 3654 3668 +14
=======================================
+ Hits 7726 7727 +1
+ Misses 11691 11690 -1
Partials 724 724
*This pull request uses carry forward flags. Click here to find out more.
🚀 New features to boost your workflow:
|
Why
Provider API returns 401 for sendManifest command because certificate is not included in the request
Summary by CodeRabbit