Skip to content

using clerk with self-hosting gives incorrect dashboard link from CLI #56

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

Open
nipunn1313 opened this issue Mar 7, 2025 · 3 comments
Open
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@nipunn1313
Copy link
Collaborator

The npx convex dev command on the CLI gives a link to this incorrect dashboard page with null as the deployment name when working with self-hosting.

Can repro by setting up convex self-hosting and setting up clerk.
Ideally the dashboard link here should link to the localhost:6791 self-hosted dashboard.

npx convex dev
Saved the given --url as CONVEX_URL to .env.local
✖ Environment variable CLERK_JWT_ISSUER_DOMAIN is used in auth config file but its value was not set. Go to:

    https://dashboard.convex.dev/d/null/settings/environment-variables?var=CLERK_JWT_ISSUER_DOMAIN

  to set it up. 
@nipunn1313 nipunn1313 added good first issue Good for newcomers help wanted Extra attention is needed labels Mar 7, 2025
@Priyanshu7798
Copy link

@nipunn1313 where can i find the CLI file?

@nipunn1313
Copy link
Collaborator Author

instructions for setting up the self-hosting setup are here
https://github.com/get-convex/convex-backend/tree/main/self-hosted

I did not know where the CLI file was, but figured it out like this

Hopefully that's enough to get started.

@Priyanshu7798
Copy link

Thank You

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants