Skip to content

Login returns "Please fill in both email and password"

edited July 2019 in Troubleshooting

I resolved the problem myself, just typing this up in case others have the same problem.

  • Installed sendy at mydomain.com/sendy
  • Login keeps looping with error message "Please fill in both email and password"

Resolution:

My domain redirects from http to https. In other words: I checked the box "enable SSL" in my domain settings.

Sendy's include/config.php has by default http, which I did not see. So I set the APP_PATH in /includes/config.php to the https of my Sendy URL and now it works fine.

This discussion has been closed.