Skip to content

Migrate to new domain#715

Merged
willwashburn merged 1 commit into
mainfrom
better-nav
Apr 10, 2026
Merged

Migrate to new domain#715
willwashburn merged 1 commit into
mainfrom
better-nav

Conversation

@willwashburn
Copy link
Copy Markdown
Member

@willwashburn willwashburn commented Apr 10, 2026

Switch production SST domain from agentrelay.net to orgin.agentrelay.net to avoid a CloudFront CNAMEAlreadyExists conflict and allow a no‑downtime deploy path. Update web/sst.config.ts (domain and comment). Add two completed trajectory records (traj_4zqhfqw7g28l and traj_rs2bt3x0fqba) documenting the investigation, decision to use orgin.agentrelay.net, and verification that the new plan issues a certificate and removes stale agentrelay.net validation resources. Also update .trajectories/index.json timestamp and entries.
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

View 1 additional finding in Devin Review.

Open in Devin Review

Comment thread web/sst.config.ts
run() {
const isProd = $app.stage === 'production';
const domain = isProd ? 'agentrelay.net' : `${$app.stage}.agentrelay.net`;
const domain = isProd ? 'orgin.agentrelay.net' : `${$app.stage}.agentrelay.net`;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Typo in production domain: 'orgin' instead of 'origin'

The production domain is set to orgin.agentrelay.net which is a misspelling of origin.agentrelay.net (letters 'i' and 'g' are transposed). This will cause SST to provision a CloudFront distribution, SSL certificate, and Cloudflare DNS record for the wrong subdomain. The typo is also repeated in the comment on line 22.

Suggested change
const domain = isProd ? 'orgin.agentrelay.net' : `${$app.stage}.agentrelay.net`;
const domain = isProd ? 'origin.agentrelay.net' : `${$app.stage}.agentrelay.net`;
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@willwashburn willwashburn merged commit 4e1a494 into main Apr 10, 2026
36 checks passed
@willwashburn willwashburn deleted the better-nav branch April 10, 2026 18:28
@github-actions
Copy link
Copy Markdown
Contributor

Preview deployed!

Environment URL
Web https://pr-715.agentrelay.net

This preview will be cleaned up when the PR is merged or closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant