Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
1 answer
58 views

Ok, so I am tryna follow these instructions on the Clerk Android Quickstart all the way up to step 4 (no code in the MainActivity or any views/viewmodels created yet)... go to run the app... but face ...
Mike Warren's user avatar
  • 3,910
1 vote
1 answer
69 views

Below is the error I console from my client side. { "data": null, "error": { "message": "ReadableStream has already been used" }, "headers"...
tedeeee's user avatar
  • 57
0 votes
0 answers
40 views

I'm developing a Next.js 15 application using Clerk for authentication. When trying to fetch user data from my API, I encounter this error: JWT cannot be used prior to not before date claim (nbf) Not ...
Sabri Alshibani's user avatar
0 votes
1 answer
120 views

I'm using Clerk Sign In and Sign Up components in my Next.js app. When a user signs up for the first time, everything works fine. However, if the user tries to sign up again (for example, using a ...
Diego Perdomo's user avatar
1 vote
1 answer
398 views

I'm building a Next.js 14 (App Router) application using Clerk for authentication and Supabase for the database. Despite following the latest integration guides, I'm stuck on a persistent 42501 ...
Nelson Uprety's user avatar
0 votes
1 answer
69 views

Using Next.js (15.2.4), Clerk Auth, and trying to integrate Sanity as a CMS into the application. After installing Sanity and hitting /studio, this error appears: Error: Clerk: auth() was called, but ...
skywalkerSam's user avatar
0 votes
0 answers
147 views

I am developing a Next.js web application using Clerk for authentication with Google and GitHub providers. The authentication flow works perfectly on my local host, but when I deploy the app to Vercel,...
Tawab Masood's user avatar
0 votes
0 answers
70 views

I'm upgrading my Expo app to use Clerk Auth's latest apis for custom social logins using useSSO() My local build works as intended and I can login with Apple/Google and LinkedIn creds, but when I ...
Clarkie's user avatar
  • 79
0 votes
0 answers
28 views

I am building next project and using clerk but getting error import { default as default2 } from "swr"; The export default was not found in module while this is in node_modules which is only ...
Manmohan Shukla's user avatar
1 vote
0 answers
95 views

I am trying to access if a user is subscribed on the backend of my Website. Looking through the Clerk-rs documentation I cannot find a way to retrieve the if the user is subscribed. I want to be able ...
Evan's user avatar
  • 11
0 votes
0 answers
50 views

It works normal as it should when a user signs up via Google or Facebook, but when it's just email the user gets redirected to /sign-up/verify-email-address, which I have not set up and the user does ...
thelordsg's user avatar
1 vote
0 answers
519 views

I'm trying to follow Simon Grimm's tutorial on how to integrate Clerk Auth into a React Native app, but so far nothing happens. I've also tried to adapt it to what's on the updated Clerk docs, such as ...
psygo's user avatar
  • 7,853
0 votes
1 answer
109 views

I installed the Clerk NextJS library and I’m trying to set up an email link-only signup. My application’s credentials are correctly provided via the .env file. And in the Clerk application ...
Oliver's user avatar
  • 547
1 vote
1 answer
90 views

I am getting a blank white website build while deploying or running build, I am using Clerk and React.js+ Vite also I am not getting any errors in the console. Anyone is aware of this error. I think ...
Pratyush Birole's user avatar
0 votes
0 answers
619 views

When I attempt to sign up directly with Google, I receive a 422 Unprocessable Content error in the network response. The error message states: "oauth_callback does not match one of the allowed ...
Aaryan02's user avatar
0 votes
1 answer
149 views

I'm using clerk_flutter: ^0.0.8-beta authentication for the app I'm building. What I'm trying to do is simple: sign up a user, and display a homepage if successful. Here's the main.dart file: import '...
Alula48's user avatar
  • 49
2 votes
0 answers
376 views

I'm encountering a specific development mode error with Clerk authentication when using a Cloudflare Worker as a proxy. The application automatically redirects to: https://[my-worker-url].workers.dev/...
Hakim Lord's user avatar
0 votes
0 answers
385 views

I have a next JS project and for the authentication it uses Clerk. Now I'm having a trouble I can't run clerk in Hosted and my Local environment both. So I have a Development instance of Clerk and I ...
TechGuy's user avatar
  • 4,620
1 vote
1 answer
127 views

I am using the latest Canary version of Next.js and I am trying to deploy it on Vercel but it keeps hanging at "Generating static pages": Creating an optimized production build ... ✓ ...
Amen Ra's user avatar
  • 2,841
0 votes
0 answers
137 views

I have a web app where the frontend is using Next.js with Clerk for authentication. The frontend adds an Authorization header, containing a Bearer token, with each request to the backend. The backend ...
csmathhc's user avatar
  • 101
1 vote
0 answers
264 views

I'm building a SaaS application for professional masseurs using Gin in Go, and I want to integrate Clerk for authentication. I need to protect some routes (e.g., GET /api/appointments) so that only ...
Zoltán Orosz's user avatar
0 votes
0 answers
87 views

I've recently encountered an issue when I tried to read and write data to firebase based on the authentication status of a user in clerk. Apparently this article shows how you can integrate a user's ...
HANSANA ADHIKARI's user avatar
0 votes
0 answers
123 views

I am building a React application that uses Clerk for authentication and Prisma ORM to manage users in my database. I want to ensure that users in Clerk are automatically synced with my database when ...
Symon's user avatar
  • 1
0 votes
2 answers
658 views

I'm implementing Google sign-up using Clerk in my Expo app (SDK v52). Here's my component code: import React from "react" import * as WebBrowser from "expo-web-browser" import { ...
med kalil ben ahmed's user avatar
0 votes
0 answers
78 views

I am trying to call the GitHub GraphQL API using Clerk's GitHub authentication on Next.js. After the user logged in via GitHub (which works flawlessly), the API call to the GitHub GraphQL API is made. ...
upper-productions's user avatar

1
2 3 4 5 6