Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authorization code not found leading to crash #1

Open
MatthieuNICOLAS opened this issue Sep 15, 2016 · 0 comments
Open

Authorization code not found leading to crash #1

MatthieuNICOLAS opened this issue Sep 15, 2016 · 0 comments

Comments

@MatthieuNICOLAS
Copy link
Member

The following error occurred several times during the past weeks, each time leading the application to crash.

We should find what caused this error and also prevent this error from killing the service.

/home/mean/plm-accounts/modules/oauth2/server/controllers/oauth2.server.controller.js:110
  client.clientID !== authCode.clientID ||
                                      ^

 TypeError: Cannot read property 'clientID' of null
  at Query.<anonymous> (/home/mean/plm-accounts/modules/oauth2/server/controllers/oauth2.server.controller.js:110:35)
  at /home/mean/plm-accounts/node_modules/kareem/index.js:177:19
  at /home/mean/plm-accounts/node_modules/kareem/index.js:109:16
  at _combinedTickCallback (internal/process/next_tick.js:67:7)
  at process._tickCallback (internal/process/next_tick.js:98:9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant