0

I am building a mobile application and the framework I am using is React Native + Expo. When it comes to verifying the clerk's email, there is an error that the verification failed. I received the clerk's code and entered the correct code but got the following error.

ERROR {}
Call Stack
 construct (<native>)
 apply (<native>)
 _construct (node_modules\@babel\runtime\helpers\construct.js)
 Wrapper (node_modules\@babel\runtime\helpers\wrapNativeSuper.js)
 construct (<native>)
 _callSuper (node_modules\@babel\runtime\helpers\callSuper.js)
 NamelessError (node_modules\@expo\metro-runtime\src\metroServerLogs.native.ts)
 captureCurrentStack (node_modules\@expo\metro-runtime\src\metroServerLogs.native.ts) 
 HMRClient.log (node_modules\@expo\metro-runtime\src\metroServerLogs.native.ts)
 console.level (node_modules\react-native\Libraries\Core\setUpDeveloperTools.js)
 handleVerification (app\(auth)\verify-email.jsx)
 next (<native>)
 asyncGeneratorStep (node_modules\@babel\runtime\helpers\asyncToGenerator.js)
 _next (node_modules\@babel\runtime\helpers\asyncToGenerator.js)
 tryCallOne (address at (InternalBytecode.js:1:1180)
 anonymous (address at (InternalBytecode.js:1:1874)
Drew Reese
207k19 gold badges280 silver badges293 bronze badges
asked 11 hours ago
New contributor
DucVjt is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
1
  • Please edit your question to specifically and clearly define the problem that you are trying to solve, and update the title of your question to be descriptive, unambiguous, and specific to what you are asking. For more guidance, see How do I write a good title?. Additional details — including all relevant code (see minimal reproducible example for details), complete error messages and stacktraces, and debugging logs and details from any investigation — will help readers to better understand your problem and what you are asking. Commented 8 hours ago

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.