i am facing this problem for 2 days and i would be happy if you can help me. Thanks in Advance
and i can provide other codes if it is needed
i am using nextjs and with src . I wanted to make my own route and i am facing this problem now
after i enter my email and press continue it would cause the error
import { SignIn } from "@clerk/nextjs";
import React from "react";
const SignInPage = () => {
return (
<>
<SignIn />
</>
);
};
export default SignInPage;