You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried integrating mongoose-auth into my app using the Google provider. It works until the callback, when I get an exception
TypeError: Cannot call method 'match' of undefined
at /Users/kevind/Documents/NodeApps/gtp/node_modules/mongoose-auth/node_modules/everyauth/lib/modules/google.js:47:32
at /Users/kevind/Documents/NodeApps/gtp/node_modules/mongoose-auth/node_modules/everyauth/lib/step.js:98:21
The exception comes out of the .convertErr step, which is calling .match on the property data.data, and there is no data.data field. At first I thought it was how I was using it, but I tried the example app and got the same exception.
The text was updated successfully, but these errors were encountered:
I tried integrating mongoose-auth into my app using the Google provider. It works until the callback, when I get an exception
TypeError: Cannot call method 'match' of undefined
at /Users/kevind/Documents/NodeApps/gtp/node_modules/mongoose-auth/node_modules/everyauth/lib/modules/google.js:47:32
at /Users/kevind/Documents/NodeApps/gtp/node_modules/mongoose-auth/node_modules/everyauth/lib/step.js:98:21
The exception comes out of the .convertErr step, which is calling .match on the property data.data, and there is no data.data field. At first I thought it was how I was using it, but I tried the example app and got the same exception.
The text was updated successfully, but these errors were encountered: