#oauth with clerk

1 messages · Page 1 of 1 (latest)

rustic dome
#

hello everyone! I have a nextJS app with golang backend and clerk as the auth provider. I am now trying to create a GPT store app for the same.

I was able to create an OAuth application using the Clerk backend API. But the challenge with GPTs is that, every time I paste in the client_id and secret the callback URL changes. Which then generates (I think) the error seen in the image.

Has anyone setup oauth with clerk before? Am I missing anything obvious? Thanks in advance.