Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include port on Next.js proxy example #2034

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dandanthedev
Copy link

🔎 Previews:

What does this solve?

The current Clerk docs do not specify a port for the Next.js proxy. As the url is taken from the request url, any port that the user is accessing the server from (or more likely, the port that a reverse proxy listens to) gets used on the clerk request. So you end up with frontend-api.clerk.dev:8080 being fetched.

What changed?

I have added a specification of the correct SSL port.

Checklist

  • I have clicked on "Files changed" and performed a thorough self-review
  • I have added the "deploy-preview" label and added the preview link(s) to this PR description
  • All existing checks pass

@dandanthedev dandanthedev requested a review from a team as a code owner February 18, 2025 13:59
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