Skip to content

revert: read Clerk issuer domain from env var, not hardcoded - #54

Merged
chintondutta merged 1 commit into
mainfrom
chore/revert-auth-config-hardcode
Aug 11, 2026
Merged

revert: read Clerk issuer domain from env var, not hardcoded#54
chintondutta merged 1 commit into
mainfrom
chore/revert-auth-config-hardcode

Conversation

@chintondutta

Copy link
Copy Markdown
Contributor

A hardcoded `https://clerk.solvia-web.fremn.com\` landed via a direct push to `main` (bypassing PR review, possible since branch protection currently allows admins to push directly). It happened to resolve to the exact same value already confirmed correct in Convex's `CLERK_JWT_ISSUER_DOMAIN`, so this is functionally a no-op - but hardcoding it means anyone changing the Clerk domain in the future has to remember to update this file too, not just the Convex dashboard.

Reverts to Convex's own documented pattern (`process.env.CLERK_JWT_ISSUER_DOMAIN!`).

A hardcoded https://clerk.solvia-web.fremn.com landed via a direct
push to main. It happened to resolve to the exact same value already
confirmed correct in Convex's CLERK_JWT_ISSUER_DOMAIN, so functionally
this is a no-op - but hardcoding means anyone changing the Clerk
domain in the future has to remember to also update this file, not
just the Convex dashboard. Back to Convex's own documented pattern.
@vercel

vercel Bot commented Aug 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
solvia-web Ready Ready Preview Aug 11, 2026 7:07pm
solvia-widget Building Building Preview Aug 11, 2026 7:07pm

@chintondutta
chintondutta merged commit f5a3643 into main Aug 11, 2026
2 of 4 checks passed
@chintondutta
chintondutta deleted the chore/revert-auth-config-hardcode branch August 11, 2026 19:07
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