[ad_1]
to successfully login,all users have to enter their credentials 2 times as the first time after submitting username/password everyone gets this error “The Link You Followed Has Expired”
this only happens when using a custom login page built with avada builder user login element
logging in from mydomain.com/wp-login.php works without issues
all search results for this error show results for fixing this error by increasing the file upload size, PHP memory, and execution time limits for your website,which has not helped resolve the issue.
[ad_2]
Contact Avada support.
My wild guess is that the page is using a nonce (because of the login) and that is getting messed up. Possibly creating the nonce twice?
Are users initially going to HTTP, and the site is then trying to redirect them to HTTP after they’ve logged in?
Try changing the page your users are redirected to after login to the front page. There’s a ton of add-ons that’ll do it.