```http://localhost:3000/?code=
Is this supposed to happen after the discord login wiht convex-auth?
code param for you here but might need a custom replaceURLreplaceURLimport { useRouter } from "next/router";
const router = useRouter();
<ConvexAuthProvider
client={convex}
replaceURL={(relativeUrl) => void router.replace(relativeUrl)}
>