App doesnt work with Edwiser Bridge Single Sign On
-
We have a problem thaat the installed app redirect to our homepage when logging in through the app.
We narrowed down it to the Edwiser Bridge single sign on plugin, disabling it it works just fine.
THAT SAID… if i change from:
to
it works fine (absolute URL instead of relative)
Any ways to fix it in the code?
I tried to change this line at the wp-login.js:
url.searchParams.set(‘redirect_to’, stephino_rpg_data.ajax_url);
by
url.searchParams.set(‘redirect_to’, ‘https://reggioemilia.com.br/wp-admin/admin-ajax.php?action=stephino_rpg’);
but it didnt worked out, any other thing I could try?
Ps.: We have the Pro version
The page I need help with: [log in to see the link]
- The topic ‘App doesnt work with Edwiser Bridge Single Sign On’ is closed to new replies.