<UserButton />
, <UserProfile />
not working for Remix on fresh install
#4569
Labels
needs-triage
A ticket that needs to be triaged by a team member
Preliminary Checks
I have reviewed the documentation: https://clerk.com/docs
I have searched for existing issues: https://github.com/clerk/javascript/issues
I have not already reached out to Clerk support via email or Discord (if you have, no need to open an issue here)
This issue is not a question, general help request, or anything other than a bug report directly related to Clerk. Please ask questions in our Discord community: https://clerk.com/discord.
Reproduction
replay.io is not working and my repository is not public. I've put my source code below.
Publishable key
pk_test_YnJpZ2h0LXN3YW4tNDkuY2xlcmsuYWNjb3VudHMuZGV2JA
Description
Source code considering replayio is not working.
Steps to reproduce:
clerk/remix
viapnpm
into a fresh React Remix instance, or use the existing clerk-remix-quickstart repo.root.tsx
according to the Remix setup guide, and finish by wrappingapp
inClerkApp
.<UserButton/>
or<UserProfile />
anywhere in your application.Expected behavior:
Appearance of any
<User...
component on the UIActual behavior:
An unexpected server error as shown above.
Environment
The text was updated successfully, but these errors were encountered: