chore(release): staging to production - 2026.01.22 - #883
Merged
Conversation
- Update passport.ts to construct callback URL from API_HOST like Salesforce/Atlassian - Update Gmail.ts and refreshGoogleAccessToken.ts to use API_HOST pattern - Remove GOOGLE_CALLBACK_URL from .env.template and copilot template - Fix documentation to show correct callback paths - Add documentation section explaining both OAuth callback URLs: - /api/v1/google-auth/callback (user auth, port 3000) - /api/v1/oauth2-credential/callback (Flowise credentials, port 4000) - Add troubleshooting section for redirect_uri_mismatch error Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add runtime validation to warn when API_HOST is missing, preventing silent failures where callback URL becomes undefined/api/v1/... Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Address review feedback: - Add API_HOST validation to Gmail.ts (throws error if missing) - Improve passport.ts message: use console.error with actionable fix instructions - Add API_HOST validation to refreshGoogleAccessToken.ts This ensures early failure with clear error messages when API_HOST is not configured, preventing silent failures with invalid callback URLs. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…uth-redirect-fix fix(AGENT-559): use API_HOST for Google OAuth callback URL
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
maxtechera
temporarily deployed
to
staging - aai-unified2-flowise-moonstruck
January 22, 2026 20:05 — with
Render
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Release: Staging to Production
Release Date: 2026-01-22
Changes in this release
This PR is automatically created/updated when commits are pushed to staging.
Merging this PR will trigger the release workflow to create a new GitHub release.