-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
🐛Source Outreach: Fix HTTP 404 during cursor pagination #43350
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Ready for review and merge |
Ah, yes, just a tiny, super simple fix—only took an eternity to find the time. 🤷♂️😂 |
@@ -180,7 +180,7 @@ definitions: | |||
|
|||
requester: | |||
type: HttpRequester | |||
url_base: https://api.outreach.io/api/v2 | |||
url_base: https://api.outreach.io/api/v2/ |
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.
Slightly weird — were you able to test this, @btkcodedev? I assumed that the CDK would attempt and add / in automaticallly. But let's see!
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.
Yes @natikgadzhi, I've tested it with both CLI and builder, it was the reason. 🎊
What
Closes #41107
How
Fixed the base URL to include closure for identifying the parsing point
User Impact
Bug fix