I have been working with NestJS and want to recipe for social auth and usename and password. I have it all setup. but when i signin/signup with postman i get this response back:
{
"message": "Missing input param: formFields"
}
WHat am i missing here? as I use the setup guide online. do i need to configure somehow the fields in the service?