Closed edihasaj closed 1 year ago
When unknown strategy occurs it is always due to passport that is not the same version between medusa and the plugin and therefore both passport versions are installed and one is used in the plugin and the other one is used by medusa, or if the plugin does not load because of an error. hence why the error. BUt since you are using medusa 1.11.1 which install passport 0.6 and the plugin 1.4.5 expect the same version, i am unsure about why it happens. Can you check your node_modules to verify that there in the plugin node modules there is no passport install and that you have passport 0.6 installed please, another point to check is if your env are properly populated, if you log them just before the plugin options for example
ok, let me check and come back at you. Thank you Adrien
When I try to login with external providers I get this issue on the api:
this is my config:
and these are my urls:
also the keys are set, before on earlier versions was working until some other step but now it fails at the beginning
I am using latest medusa version 1.11.1