Closed jonathanroze closed 7 years ago
What version of feathers-authentication
are you using?
I don't think this is a Feathers or feathers-authentication
issue. Feathers-authentication isn't doing anything special to the JSON object. That is on you as the developer, to customize the data in a before
hook before it is inserted in the DB.
@Clowning is this still an issue for you?
Since we haven't heard anything back in some time, I'm going to close this issue and assume it's been resolved. If it is still an issue we can re-open. 😄
Oh i'm sorry ! It good, it's just because i'm stupid ! Not feathers :D ahha
Hi there,
I'm working on a project and i need to implemente a Facebook login but i've an issue!
When FeatherJS need to create a user into my database (Mysql with KnexJS) i've an error : "ER_WRONG_VALUE_COUNT_ON_ROW: Column count doesn't match value count at row 1"
After some research i know why ! When FeatherJs try to add a new user it doesn't add single quote around the JSON object, and without these quote, MYSQL says.. No!
So do you have an idea to transform this ->
to
Thank :-)