How to use Clerk proxy from localhost? #3080
Replies: 2 comments
-
they hardcoded https in their config inside node modules. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Having mostly resolved https://github.com/orgs/clerk/discussions/3076 now (see my answer here), now I am currently facing this error when loading the Next.js locally using the
<ClerkProvider proxyUrl="https://example.com/proxy">
React provider:How do I get this to work from localhost? If I change it to
<ClerkProvider proxyUrl="http://localhost:3000/proxy">
, it just breaks:Beta Was this translation helpful? Give feedback.
All reactions