fix(console): preserve enterprise Chatwoot routing on dev - #47489
Closed
Slickstef11 wants to merge 1 commit into
Closed
fix(console): preserve enterprise Chatwoot routing on dev#47489Slickstef11 wants to merge 1 commit into
Slickstef11 wants to merge 1 commit into
Conversation
Port the email routing fix from #47437 onto the production website release path without bringing in V2 changes.
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.
Why
Companion to production hotfix #47488 for https://opencode.ai/enterprise. Keep the same fix on
devso a subsequent production release preserves the intended enterprise form email routing.The original #47437 targeted
v2, which is not the live website deployment path. This branch starts from the shareddev/productioncommit and contains only the four-line email routing change; no V2 changes are included.What
Resource.ENTERPRISE_SALES_INBOX_EMAIL.value.Deployment prerequisite
Configure
ENTERPRISE_SALES_INBOX_EMAILfor the dev SST stage before merging, using the team's intended development inbox destination. Do not publish the address in this PR.Local SST verification is blocked by unavailable Cloudflare API credentials. The stage secret has not been confirmed. This PR deploys the development site only; #47488 is the PR that targets the live production website.
Verification
bun install --frozen-lockfilewith Bun 1.3.14.bun typecheckinpackages/console/app— passed.git diff --check— passed.