Node.js and Server Actions: Facebook Auth Issue

Hi,
I get this error: “Error: oauth.provider: client_id is required” when I try to log in using Facebook OAuth2 Provider.

{“status”:“500”,“message”:“oauth.provider: client_id is required.”,“stack”:"Error: oauth.provider: client_id is required.\n

UPDATE:
In fb_login.json file the Client Id value was without commas. Just added this commas manually in json and everything worked.

1 Like