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
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.
-
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.Drew Reese– Drew Reese2025年11月24日 16:15:53 +00:00Commented 8 hours ago
lang-js