fix(slack): use runtime origin for onboarding links - #7690
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
@cubic-dev-ai review this PR |
@TheodoreSpeaks I have started the AI code review. It will take a few minutes to complete. |
Greptile SummaryThis PR updates Slack onboarding links to use the runtime public application URL rather than the statically imported environment value.
Confidence Score: 5/5The PR appears safe to merge, with the runtime URL behavior covered by focused regression tests and no actionable failures identified. The production caller runs server-side, where
|
| Filename | Overview |
|---|---|
| apps/sim/lib/slack-search/onboarding.ts | Replaces the direct environment base URL with the runtime-aware, normalized application URL utility. |
| apps/sim/lib/slack-search/onboarding.test.ts | Verifies runtime-origin selection and explicit failure when the public URL is unavailable. |
Reviews (1): Last reviewed commit: "fix(slack): use runtime origin for onboa..." | Re-trigger Greptile
Summary
Type of Change
Testing
Checklist