Open johnyang90 opened 3 years ago
Forgot to mention this is on Drupal 8 Gigya module.
I was able to fix this issue by implementing hook_gigya_post_login_redirect_alter()
in a custom module and appending the prefix of the current language to the redirect URL.
This PR https://github.com/gigya/drupal8/pull/147 fixes this issue. It adds the locale prefix in the redirect URL for both login and logout.
Hi, I impemented the Gigya login to my drupal site, my site has 2 languages (EN & MS), but when users login from MS site, they were redirected back to the site in EN. How could we make it to redirect based on the language before user login?