Hi, I think the issue is related to ../admin/js/storecreate.js as you can see in the screenshots
Failed to load resource: the server responded with a status of 500 () /partner/enroll/store:1
storecreate.js
PHP:
Uncaught ReferenceError: errosresponse is not defined
at Object.error (storecreate.js:47:13)
at u (jquery-3.5.1.min.js:2:27457)
at Object.fireWith [as rejectWith] (jquery-3.5.1.min.js:2:28202)
at k (jquery-3.5.1.min.js:2:77676)
at XMLHttpRequest.<anonymous> (jquery-3.5.1.min.js:2:79907)
I've found the solution already, It was a mail issue after creating the store.
You have to set up secure mail via SSL ( I've used my other website email account from cPanel, aaPanel does not support secure mailer ) navigate to System Environment Settings > Mail Configuration like this:
MAIL_DRIVER = stmp
MAIL_DRIVER_TYPE = MAIL MAILER
MAIL_HOST = YOUR MAIL HOST
MAIL_PORT = 465
MAIL_USERNAME = YOUR MAIL USERNAME
MAIL_PASSWORD = YOUR MAIL PASSWORD
MAIL_ENCRYPTION = ssl
MAIL_FROM_ADDRESS = YOUR MAIL USERNAME OR AS YOU LIKE
INCOMING MAIL ALSO ORDER = YOUR MAIL USERNAME OR AS YOU LIKE
MAIL_FROM_NAME = WEBSITE NAME
Now it's working!