In Clerk Auth, verify-email-address is not found , 404

318 Views Asked by At

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;

the 404 page

0

There are 0 best solutions below