MangoTools / generator-sean

Yo generator for sean
MIT License
7 stars 4 forks source link

Facebook Auth Not working. #8

Open countrdd opened 9 years ago

countrdd commented 9 years ago

I get this when trying to auth facebook. I have added some console.logs and I know that is working ok, but when it tries to check the database find I get this.

{ [Error: ER_BAD_FIELD_ERROR: Unknown column 'providerData.id' in 'where clause'] code: 'ER_BAD_FIELD_ERROR', errno: 1054, sqlState: '42S22', index: 0, sql: 'SELECT * FROM Users WHERE (Users.provider=\'facebook\' AND providerData.id=\'10203576445163005\' OR additionalProvidersData.facebook.id=\'10203576445163005\') LIMIT 1;' }