fix(onboard): correct Brave Search API key URL#1591
Conversation
The help URL for obtaining a Brave Search API key pointed to https://api.search.brave.com/app/keys which returns a 403 error. Updated to https://api-dashboard.search.brave.com/app/keys which is the correct dashboard URL. Fixes NVIDIA#1573
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA URL constant in the onboarding process has been updated from an outdated Brave Search API endpoint to the correct dashboard URL, fixing a 403 error that prevented users from retrieving their API key during setup. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
✨ Thanks for submitting this fix, which proposes a way to correct the Brave Search API key URL presented during onboarding. This ensures users are directed to the proper dashboard to retrieve their keys. Possibly related open issues: |
1 similar comment
|
✨ Thanks for submitting this fix, which proposes a way to correct the Brave Search API key URL presented during onboarding. This ensures users are directed to the proper dashboard to retrieve their keys. Possibly related open issues: |
cv
left a comment
There was a problem hiding this comment.
LGTM — Brave moved their API key dashboard to api-dashboard.search.brave.com. Straightforward URL correction, no security concerns.
What
The Brave Search API key help URL shown during onboarding points to
https://api.search.brave.com/app/keys, which returns a 403 Forbidden error.Fix
Updated the URL to
https://api-dashboard.search.brave.com/app/keys, which is the correct dashboard URL (redirects to login page as expected).Verification
Closes #1573
Summary by CodeRabbit