clerk Questions
2
I'm trying to sync my Clerk data to my database in my Next js 13 project. My webhooks are publicly exposed with Ngrok. Here's my code:
import { IncomingHttpHeaders } from "http";
import {...
4
Solved
On my production site hosted on vercel, after authentication with clerk, it redirects me to localhost. This only happens on the laptop I'm using for development.
If I connect to the production site...
6
I have a site I've built with Next 13 (experimental app directory) and have integrated authentication in my site with Clerk.
Everything works well on my local environment. When deployed to Netlify,...
Fictitious asked 14/5, 2023 at 15:53
7
I'm using Clerk to implement authentication for my application. It's an app that will only be used internally so I just want the people I give access to be able to sign in. I don't really want anyo...
Minton asked 5/5, 2023 at 13:49
2
Good day,
I have been trying to setup Clerk on Next lastest version with the app the App router.
I have went through the well written docs and it seem pretty straighforward to setup so I gave it a ...
Tubate asked 8/6, 2023 at 3:57
0
The Setup
My next.js site using the app router talks to my Django backend, which treats Clerk as the source of truth for users. It does this in part by creating a user when being passed a valid JWT...
3
Im trying to deploy a storybook on vercel and get the following message error:
the project uses pnpm as package manager. Ive upgraded the last version of NextJs and Clerk, as well as downgrade Nex...
Gittel asked 7/8, 2023 at 21:17
3
Solved
Using Clerk Auth, I have a working login/sign-up flow with Next.js 13 middleware.
When a user signs up, I want to add a row to my DB's Users table.
The problem with middleware is that it runs on ev...
Spense asked 6/8, 2023 at 6:52
1
I tried to use clerk for authentication. It work fine in local. However it is not working when I deploy in production by vercel.
it show This Edge Function has crashed.. I have not idea what happen...
Ademption asked 5/8, 2023 at 10:58
6
I've been developing a thread video from JS Mastery and got hit by this error:
- error node_modules\@clerk\shared\dist\esm\hooks\createContextAndHook.js (4:0) @ assertContextExists
- error Error: C...
1
© 2022 - 2025 — McMap. All rights reserved.