Closed deepakbaliga closed 1 year ago
Hello @deepakbaliga
Could you try using this import import { rootAuthLoader } from "@clerk/remix/ssr.server";
?
ref: https://github.com/clerkinc/javascript/tree/main/packages/remix
Hi @dimkl , thanks for jumping on to the issue.
import { rootAuthLoader } from "@clerk/remix/ssr.server";
Doesnt seem to be helping.
Please try this import:
import { rootAuthLoader } from "@clerk/remix/ssr.server.js";
In my test project this seems to work. This is a workaround for now!
@LekoArts , that worked. Thank you very much.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Preliminary Checks
[X] I have reviewed the documentation: https://clerk.com/docs
[X] I have searched for existing issues: https://github.com/clerkinc/javascript/issues
[X] 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 Link
https://github.com/deepakbaliga/boilr/tree/clerk-remix-version-compatibility-issue
Publishable key
pk_test_YWNjdXJhdGUtdG9ydG9pc2UtMjEuY2xlcmsuYWNjb3VudHMuZGV2JA
Description
Steps to reproduce:
npx create-remix@latest <projectname>
Expected behavior:
Clerk to be compatible with remix v2.
Actual behavior:
Environment