ai vision
ai vision
CCConvex Community
Created by Ras Mic (Mike) on 2/5/2025 in #show-and-tell
Nextjs x Convex Starter Kit
Hi @Ras Mic (Mike) , I have a questions about setting up your Starter Kit 🙂 In auth.config.ts you have:
export default {
providers: [
{
domain: process.env.CLERK_SIGNING_KEY,
applicationID: "convex",
},
]
};
export default {
providers: [
{
domain: process.env.CLERK_SIGNING_KEY,
applicationID: "convex",
},
]
};
But in .env.template is no CLERK_SIGNING_KEY, just a CLERK_SECRET_KEY= What would I want to put where? 🙂 When I try to access the dashboard, I get: [1] Subscription check failed: [Error: {"code":"NoAuthProvider","message":"No auth provider found matching the given token"}] Am I good, to just set the POLAR_WEBHOOK_SECRET? And when setting up the new webhook in Polar, what webhook URL would I put in there? Then, in the readme, you have a link: To set up your Convex database, visit -> https://convex.link/rasmicstarter But it seems, this is a general page, not exactly related to setting up the db for the starter? Just asking, as I am not sure, if I have to set up something specific to the starter here.
4 replies