dear phprunner community,
I tried to include the facebook and the google connect method into the login page of my phprunner projects and followed all steps according to the documentation. but both connection methods dont work. each of them stops in one of the following errors:
Google: after entering the credentials into the popup, the popup disappears and on the login page the message "popup_closed_by_user" appears. in the database there is no additional record created.
Facebook: after entering the credentials into the popup, the popup disappears and the login page tries to redirect to the page "<URL>/user_list.php?a=return&" but this page does not exist in my project. in the database one new record with my email and the ext_security_id is created.
I am using an external https-web server, working with phprunner 10.6 and 10.8 even when I try different web browsers, different fb and google accounts, everytime the same issue.
my question: what could be wrong in my settings or where I have to add some more code?
regards,
Helmut