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

can not mock new creator with provanatools #110

Open
dustingits opened this issue Dec 3, 2021 · 0 comments
Open

can not mock new creator with provanatools #110

dustingits opened this issue Dec 3, 2021 · 0 comments
Assignees
Labels

Comments

@dustingits
Copy link
Collaborator

when i mock a new creator on provana tools I get the following log.

HttpsErrorImpl: INTERNAL
at new HttpsErrorImpl (/Users/dustinderouen/provana-util/provana-tools/node_modules/@firebase/functions/dist/index.node.cjs.js:62:28)
at _errorForResponse (/Users/dustinderouen/provana-util/provana-tools/node_modules/@firebase/functions/dist/index.node.cjs.js:157:12)
at Service. (/Users/dustinderouen/provana-util/provana-tools/node_modules/@firebase/functions/dist/index.node.cjs.js:610:33)
at step (/Users/dustinderouen/provana-util/provana-tools/node_modules/tslib/tslib.js:143:27)
at Object.next (/Users/dustinderouen/provana-util/provana-tools/node_modules/tslib/tslib.js:124:57)
at fulfilled (/Users/dustinderouen/provana-util/provana-tools/node_modules/tslib/tslib.js:114:62)
at processTicksAndRejections (node:internal/process/task_queues:94:5) {
code: 'internal',
details: undefined
}
/Users/dustinderouen/provana-util/provana-tools/node_modules/firebase-admin/lib/utils/error.js:44
var _this = _super.call(this, errorInfo.message) || this;
^

FirebaseAuthError: There is no user record corresponding to the provided identifier.
at FirebaseAuthError.FirebaseError [as constructor] (/Users/dustinderouen/provana-util/provana-tools/node_modules/firebase-admin/lib/utils/error.js:44:28)
at FirebaseAuthError.PrefixedFirebaseError [as constructor] (/Users/dustinderouen/provana-util/provana-tools/node_modules/firebase-admin/lib/utils/error.js:90:28)
at new FirebaseAuthError (/Users/dustinderouen/provana-util/provana-tools/node_modules/firebase-admin/lib/utils/error.js:149:16)
at /Users/dustinderouen/provana-util/provana-tools/node_modules/firebase-admin/lib/auth/auth-api-request.js:560:15
at /Users/dustinderouen/provana-util/provana-tools/node_modules/firebase-admin/lib/auth/auth-api-request.js:1557:13
at processTicksAndRejections (node:internal/process/task_queues:94:5)
at async Object.giveCreator (/Users/dustinderouen/provana-util/provana-tools/lib/developerUtilities.js:36:21)
at async Object.default (/Users/dustinderouen/provana-util/provana-tools/lib/blocks/generateTestUser.js:15:11)
at async run (/Users/dustinderouen/provana-util/provana-tools/bin/index.js:121:12) {
errorInfo: {
code: 'auth/user-not-found',
message: 'There is no user record corresponding to the provided identifier.'
},
codePrefix: 'auth'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants