You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when starting up the status manager, if my GitHub access token is missing, incorrect, or expired:
Error: The credential status repo ("status-test-three") and the credential status metadata repo ("status-test-meta-three") must be manually created in advance.
at createStatusManager (file:///Users/jameschartrand/Documents/github/dcc/status-service/node_modules/@digitalcredentials/credential-status-manager-git/dist/esm/credential-status-manager-index.js:61:15)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async initializeStatusManager (file:///Users/jameschartrand/Documents/github/dcc/status-service/src/status.js:16:31)
at async build (file:///Users/jameschartrand/Documents/github/dcc/status-service/src/app.js:10:5)
at async run (file:///Users/jameschartrand/Documents/github/dcc/status-service/server.js:11:15)
The repositories do exist, it is just the GitHub access token that is incorrect.
Could at some point maybe return a more specific error.
The text was updated successfully, but these errors were encountered:
I get this error when starting up the status manager, if my GitHub access token is missing, incorrect, or expired:
Error: The credential status repo ("status-test-three") and the credential status metadata repo ("status-test-meta-three") must be manually created in advance.
at createStatusManager (file:///Users/jameschartrand/Documents/github/dcc/status-service/node_modules/@digitalcredentials/credential-status-manager-git/dist/esm/credential-status-manager-index.js:61:15)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async initializeStatusManager (file:///Users/jameschartrand/Documents/github/dcc/status-service/src/status.js:16:31)
at async build (file:///Users/jameschartrand/Documents/github/dcc/status-service/src/app.js:10:5)
at async run (file:///Users/jameschartrand/Documents/github/dcc/status-service/server.js:11:15)
The repositories do exist, it is just the GitHub access token that is incorrect.
Could at some point maybe return a more specific error.
The text was updated successfully, but these errors were encountered: