Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //GOOGLE & SPOTIFY ERRORS
- red url & auth code undefined undefined
- red url & auth code undefined undefined
- red url & auth code http://localhost:3000/callback/google 'something auth code'
- token res {
- access_token: 'something access token',
- expires_in: 3599,
- scope: 'https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile openid',
- token_type: 'Bearer',
- id_token: 'something'
- }
- access token 'something access token'
- //every provider has other body
- user info {
- id: 'something',
- email: 'something',
- verified_email: true,
- name: 'something',
- given_name: 'something',
- family_name: 'something',
- picture: 'something',
- locale: 'en-GB'
- }
- red url & auth code undefined undefined
- red url & auth code http://localhost:3000/callback/google 'something auth code'
- Error: Request failed with status code 400
- at createError (/usr/src/app/node_modules/supertokens-node/node_modules/axios/lib/core/createError.js:16:15)
- at settle (/usr/src/app/node_modules/supertokens-node/node_modules/axios/lib/core/settle.js:17:12)
- at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/supertokens-node/node_modules/axios/lib/adapters/http.js:269:11)
- at IncomingMessage.emit (node:events:525:35)
- at endReadableNT (node:internal/streams/readable:1359:12)
- at processTicksAndRejections (node:internal/process/task_queues:82:21) {
- (...)
- }
- ERROR [ExceptionsHandler] Request failed with status code 400
- Error: Request failed with status code 400
- at createError (/usr/src/app/node_modules/supertokens-node/node_modules/axios/lib/core/createError.js:16:15)
- at settle (/usr/src/app/node_modules/supertokens-node/node_modules/axios/lib/core/settle.js:17:12)
- at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/supertokens-node/node_modules/axios/lib/adapters/http.js:269:11)
- at IncomingMessage.emit (node:events:525:35)
- at endReadableNT (node:internal/streams/readable:1359:12)
- at processTicksAndRejections (node:internal/process/task_queues:82:21)
- //DISCORD
- redirectURI undefined undefined
- redirectURI undefined undefined
- redirectURI http://localhost:3000/callback/discord 'something auth code'
- [Nest] 40 - 06/09/2023, 8:48:24 AM ERROR [ExceptionsHandler] UNKNOWN_USER_ID
- Error: UNKNOWN_USER_ID
- at EmailVerificationClaimClass.<anonymous> (/usr/src/app/node_modules/supertokens-node/lib/build/recipe/emailverification/emailVerificationClaim.js:63:31)
- at Generator.next (<anonymous>)
- at fulfilled (/usr/src/app/node_modules/supertokens-node/lib/build/recipe/emailverification/emailVerificationClaim.js:15:36)
- at processTicksAndRejections (node:internal/process/task_queues:95:5)
- token res {
- access_token: 'something access token',
- expires_in: 604800,
- refresh_token: 'something refresh token',
- scope: 'identify email',
- token_type: 'Bearer'
- }
- accesstoken 'something access token'
- AxiosError: Request failed with status code 400
- at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:19:12)
- at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:556:11)
- at IncomingMessage.emit (node:events:525:35)
- at endReadableNT (node:internal/streams/readable:1359:12)
- at processTicksAndRejections (node:internal/process/task_queues:82:21) {
- (...)
- }
- ERROR [ExceptionsHandler] Request failed with status code 400
- AxiosError: Request failed with status code 400
- at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:19:12)
- at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:556:11)
- at IncomingMessage.emit (node:events:525:35)
- at endReadableNT (node:internal/streams/readable:1359:12)
- at processTicksAndRejections (node:internal/process/task_queues:82:21)
- //LINE ERROR
- access token is undefined
- ERROR [ExceptionsHandler] UNKNOWN_USER_ID
- Error: UNKNOWN_USER_ID
- at EmailVerificationClaimClass.<anonymous> (/usr/src/app/node_modules/supertokens-node/lib/build/recipe/emailverification/emailVerificationClaim.js:63:31)
- at Generator.next (<anonymous>)
- at fulfilled (/usr/src/app/node_modules/supertokens-node/lib/build/recipe/emailverification/emailVerificationClaim.js:15:36)
- at processTicksAndRejections (node:internal/process/task_queues:95:5)
- redirectURI undefined undefined
- redirectURI undefined undefined
- redirectURI http://localhost:3000/callback/line maLptSiPpRUq7VqM4A6P
- [Nest] 41 - 06/09/2023, 8:39:09 AM ERROR [ExceptionsHandler] UNKNOWN_USER_ID
- Error: UNKNOWN_USER_ID
- at EmailVerificationClaimClass.<anonymous> (/usr/src/app/node_modules/supertokens-node/lib/build/recipe/emailverification/emailVerificationClaim.js:63:31)
- at Generator.next (<anonymous>)
- at fulfilled (/usr/src/app/node_modules/supertokens-node/lib/build/recipe/emailverification/emailVerificationClaim.js:15:36)
- at processTicksAndRejections (node:internal/process/task_queues:95:5)
- token res {
- issuer: 'https://access.line.me',
- authorization_endpoint: 'https://access.line.me/oauth2/v2.1/authorize',
- token_endpoint: 'https://api.line.me/oauth2/v2.1/token',
- revocation_endpoint: 'https://api.line.me/oauth2/v2.1/revoke',
- userinfo_endpoint: 'https://api.line.me/oauth2/v2.1/userinfo',
- scopes_supported: [ 'openid', 'profile', 'email' ],
- jwks_uri: 'https://api.line.me/oauth2/v2.1/certs',
- response_types_supported: [ 'code' ],
- subject_types_supported: [ 'pairwise' ],
- id_token_signing_alg_values_supported: [ 'ES256' ],
- code_challenge_methods_supported: [ 'S256' ]
- }
- access token undefined
- AxiosError: Request failed with status code 401
- at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:19:12)
- at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:556:11)
- at IncomingMessage.emit (node:events:525:35)
- at endReadableNT (node:internal/streams/readable:1359:12)
- at processTicksAndRejections (node:internal/process/task_queues:82:21) {
- (...)
- }
- ERROR [ExceptionsHandler] Request failed with status code 401
- AxiosError: Request failed with status code 401
- at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:19:12)
- at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:556:11)
- at IncomingMessage.emit (node:events:525:35)
- at endReadableNT (node:internal/streams/readable:1359:12)
- at processTicksAndRejections (node:internal/process/task_queues:82:21)
Advertisement
Add Comment
Please, Sign In to add comment