- সারি
- ১৪ অক্টোবর, ২০২৫ এ ২:৫৫ AM UTC
- লেখক
- snadjafinia
- মন্তব্য@ info: status
- e5904fa
- Add useRef to track validation attempts - Prevent duplicate API calls (critical for one-time keys) - Change useEffect deps to empty array (run once on mount) - Add extensive logging for debugging - Reduce redirect delay to 1.5 seconds This fixes the 'Invalid or expired one-time key' error caused by React Strict Mode or component re-renders triggering multiple validation attempts with the same OTK.