Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support wfscott

    (@wfscott)

    Hello, @mikenytola

    Thanks for the information.

    This could be a CORS error from the domain not matching where the AJAX calls are made. This can happen if using www in the browser and the site is configured to use the bare domain without www, or vice versa.

    On the device where it doesn’t work, please try adding www to the URL manually. The WordPress login page doesn’t redirect automatically on wp-login.php. It may be a difference whether the browser remembers to use the www or not if it had been redirected to another page before.

    If adding www manually works, your browser may remember that which can make the problem go away for that device. It’s still usually best to add a redirect to .htaccess or nginx config, to avoid issues with login plugins.

    Let me know if you have any questions.

    Thanks,
    Scott

    Thread Starter mikenytola

    (@mikenytola)

    I cannot believe it was that easy. Geesh. I usually use the browsers auto complete to go to the login page. This time I manually entered the url (with www), and logged in no problem.

    Thank you for helping me with this year long problem… with the stupid simple solution! lol

    • This reply was modified 2 years, 8 months ago by mikenytola.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘ERROR: An error was encountered while trying to authenticate. Please try again.’ is closed to new replies.