devat-youtuber / mern-full-auth

121 stars 73 forks source link

Registering #1

Closed ICEPrey closed 3 years ago

ICEPrey commented 3 years ago

Hey, when I try to register I get this error. Any Idea?

(node:16044) UnhandledPromiseRejectionWarning: Error: invalid_request [0] at Gaxios._request (C:\Users\abuws\Desktop\Authentication\mern-full-auth\node_modules\gaxios\build\src\gaxios.js:89:23) [0] at processTicksAndRejections (internal/process/task_queues.js:93:5) [0] at async OAuth2Client.refreshTokenNoCache (C:\Users\abuws\Desktop\Authentication\mern-full-auth\node_modules\google-auth-library\build\src\auth\oauth2client.js:172:21) [0] at async OAuth2Client.refreshAccessTokenAsync (C:\Users\abuws\Desktop\Authentication\mern-full-auth\node_modules\google-auth-library\build\src\auth\oauth2client.js:196:19) [0] at async OAuth2Client.getAccessTokenAsync (C:\Users\abuws\Desktop\Authentication\mern-full-auth\node_modules\google-auth-library\build\src\auth\oauth2client.js:216:23) [0] (Use node --trace-warnings ... to show where the warning was created) [0] (node:16044) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) [0] (node:16044) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.