Closed REPTILEHAUS closed 4 years ago
Thanks for reporting. This is an issue with the docs which have their own repo and issue list. I'm closing this as this issue has already been reported as https://github.com/parse-community/docs/issues/754. Feel free to comment if you have any questions and we can re-open this issue.
@TomWFox Can you please transfer this issue to the docs repo? It is a duplicate, but still a docs issue, not a Parse Server issue.
Parse servers Google Adapter seems to have changed quite a bit since 4.2.0
current state here https://github.com/parse-community/parse-server/blob/master/src/Adapters/Auth/google.js
and diff here https://github.com/parse-community/parse-server/commit/cbf9da517b2029eafd16a9c0c46e675319d86c7d#diff-70ade9d37ab6ce27c1a51bd3949b26ea
Now throws the error
Cannot destructure property
clientIdof 'undefined' or 'null'
The docs havent been updated to add this additional clientid param, is there a method to add it ? or how does it work ?