Social Login After Upgrade

After upgrading to the latest version, when a customer is trying to login via Facebook or Gmail - it does not login and errror shows

Error - No provider ID specified.
Any idea how can this be fixed?

Please post issue to the bug tracker

https://forum.cs-cart.com/tracker/

After upgrading to the latest version, when a customer is trying to login via Facebook or Gmail - it does not login and errror shows

Error - No provider ID specified.
Any idea how can this be fixed?

Just to confirm, have you checked if you've specified the correct provider ID? The update may have reset it.

Just to confirm, have you checked if you've specified the correct provider ID? The update may have reset it.

Yes. sure.

Anyway - I also had some other issues, like not able to switch from one shop to another so for the time being decided to restore the previous version and will handle the upgrade and it's impact once I have more time to avoid long downtime while adjusting and prevent bad customer experience (not able to orer while I work on the updates).

Thank you guys for the help.

I have the same problem, i add all the info but when i try to log in by google i have this error : provider ID specified.

I also have this issue as well No provider ID specified. even the Facebook App ID is correctly provided.

Does anyone yet know what's causing this error?

Not being able to switch stores, had same on 4.12.1

Yes. sure.

Anyway - I also had some other issues, like not able to switch from one shop to another so for the time being decided to restore the previous version and will handle the upgrade and it's impact once I have more time to avoid long downtime while adjusting and prevent bad customer experience (not able to orer while I work on the updates).

Thank you guys for the help.

Does anyone know what causing the issue No provider ID specified

Please post issue to the bug tracker

https://forum.cs-cart.com/tracker/

I don't have the permission to post issue in the forum bug tracker... I'm still having this SOCIAL LOGIN issue No provider ID specified

This is so frustrating and disappointing.

I have the same problem, i add all the info but when i try to log in by google i have this error : provider ID specified.

Have you found any solution to this issue? Can someone share a fix please? I am at 4.12.2SP2 version.

Found the issue on template

File
design/themes/responsive/templates/addons/hybrid_auth/views/auth/components/login_buttons.tpl

Has been updated

before

...
<a class="cm-login-provider ty-hybrid-auth__icon" data-idp="{$provider_data.provider_id}">
...

after

...
<a class="cm-login-provider ty-hybrid-auth__icon" data-idp="{$provider_data.provider_id}" data-provider="{$provider_data.provider}">
...

and in theme please check for overrides and just add missing data