Question
I'm attempting to create a Corporate Seller account on Tizen Store Seller Office, but when I enter the required information and click 'Confirm', the form doesn't submit. The browser console shows the following error:
Uncaught SyntaxError: Invalid regular expression: /.**1/M.*/: Nothing to repeat
at String.match (<anonymous>)
at isCustomSameBytePassword (seller.js?v=20131105_19:10951)
at passwordCheck (signUp.as?sellerType=02:10022)
at chkJoinForm (signUp.as?sellerType=02:9995)
at joinSubmit (signUp.as?sellerType=02:9765)
at HTMLAnchorElement.onclick (signUp.as?sellerType=02:1912)
Has anyone encountered this issue before? Any suggestions on how to resolve it?
Answer
Problem Understanding
The error occurs during the account registration process for Corporate Sellers, specifically when validating the password field. The JavaScript error suggests there's an issue with the regular expression pattern used for password validation.
Solution Methods
-
Password Format Check:
- Ensure your password meets all requirements (length, complexity)
- Try using a simpler password without special characters that might conflict with the regex pattern
-
Browser Compatibility:
- Try using a different browser (Chrome, Firefox, or Edge)
- Clear your browser cache and cookies before attempting again
-
Form Submission:
- Double-check all required fields are properly filled
- Try submitting the form without any optional fields filled
Additional Tips
- If the issue persists, consider contacting Tizen Store support with the exact error message
- Keep an eye on the browser console for any additional errors that might occur during form submission