-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Update Baseurl for the production #17961
New issue
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
Update Baseurl for the production #17961
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
|
@siddhartha10-krispcall is attempting to deploy a commit to the Pipedreamers Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughThe change updates the base URL for API requests in the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Assessment against linked issues
Assessment against linked issues: Out-of-scope changes
Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (9)
✅ Files skipped from review due to trivial changes (9)
✨ Finishing Touches
🧪 Generate unit tests
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. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Thank you so much for submitting this! We've added it to our backlog to review, and our team has been notified. |
|
Thanks for submitting this PR! When we review PRs, we follow the Pipedream component guidelines. If you're not familiar, here's a quick checklist:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
components/krispcall/krispcall.app.mjs (1)
80-82: Clean up outdated dev-URL commentThe commented dev URL references
qa.safefamilyapp.com, a different product.
For clarity, either update it to KrispCall’s actual staging endpoint or drop the line altogether:-// Base URL for Development -// return "https://qa.safefamilyapp.com/api/v3/platform/pipedream"; +// Base URL for Staging / QA (uncomment when needed) +// return "https://qa.krispcall.com/api/v3/platform/pipedream";
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
components/krispcall/krispcall.app.mjs(1 hunks)
🔇 Additional comments (1)
components/krispcall/krispcall.app.mjs (1)
76-79: Verify the new production base URL is reachable and whitelistedThe hard-coded host has been switched from
automationapi.krispcall.comtoapp.krispcall.com.
Before merging, please confirm:
app.krispcall.com/api/v3/platform/pipedreamis live and accepts the same endpoints.- Any API-key, CORS, or IP-allowlist rules have been updated to include Pipedream’s egress IPs hitting the new domain.
- No other components in the repo still point to the old host (quick ripgrep check below).
#!/bin/bash # Search for lingering references to the old production host rg 'automationapi\.krispcall\.com'
Resolves #17943
The current url for the production is invalid thus updated a new url.
Summary by CodeRabbit
Summary by CodeRabbit