adrien2p / medusa-plugins

A collection of awesome plugins for medusa :rocket:
https://medusa-plugins.vercel.app
MIT License
157 stars 46 forks source link

social login returns {"exist": false} #134

Closed Nadeem34513 closed 8 months ago

Nadeem34513 commented 8 months ago

I'm trying to integrate google and facebook sign ups and whenever I hit the auth path, I get this response: { "exists": false }

It was working well back in November, haven't updated the package or changed any config in google cloud platform or meta developer account System information

Medusa version (including plugins): v1.17.4 medusa-plugin-auth: v1.8.3

Screenshot (313)

Screenshot 2024-01-10 151137

adrien2p commented 8 months ago

Can you upgrade your auth package version please. I will soon deploy the updated doc as well

Nadeem34513 commented 8 months ago

I have updated the auth package to v1.9.1 and still the same error occurs.

Nadeem34513 commented 8 months ago

@adrien2p , could you please help me on this?

gempain commented 3 months ago

Had the same issue. I was in 1.11.0 and upgraded to 1.11.1 and it solved the issue. I have dug much but my intuition is that the exists: false is throw by Medusa, not by the plugin. Why is a mystery.