clerk / javascript

Official JavaScript repository for Clerk authentication
https://clerk.com
MIT License
1.18k stars 270 forks source link

Receiving Twice Email Verification Codes During Sign-In with Clerk #4324

Open Shinchan3102 opened 1 month ago

Shinchan3102 commented 1 month ago

Preliminary Checks

Reproduction

https://github.com/Shinchan3102/clerk-auth-next

Publishable key

pk_test_bWFpbi10b21jYXQtMzQuY2xlcmsuYWNjb3VudHMuZGV2JA

Description

Description:

Screenshots:

Environment

System:
    OS: Windows 11 10.0.22631
    CPU: (12) x64 AMD Ryzen 5 5600H with Radeon Graphics
    Memory: 886.65 MB / 7.35 GB
  Binaries:
    Node: 20.9.0 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.19 - ~\AppData\Roaming\npm\yarn.CMD
    npm: 10.8.1 - C:\Program Files\nodejs\npm.CMD
    pnpm: 9.7.0 - ~\AppData\Roaming\npm\pnpm.CMD
  Browsers:
    Edge: Chromium (127.0.2651.74)
    Internet Explorer: 11.0.22621.3527
  npmPackages:
    @clerk/nextjs: ^5.7.2 => 5.7.2
    @types/node: ^20 => 20.16.11
    @types/react: ^18 => 18.3.11
    @types/react-dom: ^18 => 18.3.1
    eslint: ^8 => 8.57.1
    eslint-config-next: 14.2.15 => 14.2.15
    next: 14.2.15 => 14.2.15
    postcss: ^8 => 8.4.47
    react: ^18 => 18.3.1
    react-dom: ^18 => 18.3.1
    tailwindcss: ^3.4.1 => 3.4.13
    typescript: ^5 => 5.6.3
maximilianotaverna commented 6 days ago

Hi same with my project Using the Clerk SignIn and tried with and without wrapping with ClerProvider too. import { SignIn, ClerkProvider } from "@clerk/nextjs";