cancel
Showing results for 
Search instead for 
Did you mean: 

New customer registration refreshing, not redirecting.

New customer registration refreshing, not redirecting.

When a new customer registers an account on our site, the registration page simply refreshes and clears the password field, making it look like registration has failed, when in fact it has succeeded. Is there any way to redirect to the login page after a successful registration, with a "thank you for creating an account message?" Using Magento 2.3.2.

Thank you.

3 REPLIES 3

Re: New customer registration refreshing, not redirecting.

HI @darren_shipp 

There might be some cache issue or browser cache.

Clear once magento cache and browser cache. or check once in browser private window.

php bin/magento cache:flush


I hope it will help you!

Re: New customer registration refreshing, not redirecting.

Hello @darren_shipp 

 

Please check first cookie domain and make sure successful register happens.

 

also check log if register not working

 

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: New customer registration refreshing, not redirecting.

Thank you both for taking the time to answer. I actually sorted by installing a SMTP extension, and that seems to have fixed THAT issue. On to the next one.......