Relative Content

Tag Archive for authenticationsdkinternal-server-errorclerknextjs14

Internal Server Error when using createUser with Clerk Authentication in NextJS App Router

I am getting a server error(POST http://localhost:3000/create-users 500 (Internal Server Error)) every time i try to use the createUser function included with Clerk Authentication’s Javascript Backend SDK. When commenting out the createUser function part, the function runs successfully. I’m wondering if the javascript backend sdk is only available in paid versions?? as I am using the free one for development purposes. Or can anyone see what i’m doing wrong?