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
(node:71689) UnhandledPromiseRejectionWarning: error: column "platformOperatorPrivateKey" of relation "issuer_blockchain_properties" does not exist
#3330
Open
roockiee opened this issue
Feb 5, 2022
· 0 comments
With the latest update, I am experiencing the following error after running "rush run: origin".
[backend] @energyweb/migrations-irec: (node:71689) UnhandledPromiseRejectionWarning: error: column "platformOperatorPrivateKey" of relation "issuer_blockchain_properties" does not exist
[backend] @energyweb/migrations-irec: at Parser.parseErrorMessage (/home/origin/common/temp/node_modules/.pnpm/[email protected]/node_modules/pg-protocol/src/parser.ts:369:69)
[backend] @energyweb/migrations-irec: at Parser.handlePacket (/home/origin/common/temp/node_modules/.pnpm/[email protected]/node_modules/pg-protocol/src/parser.ts:188:21)
[backend] @energyweb/migrations-irec: at Parser.parse (/home/origin/common/temp/node_modules/.pnpm/[email protected]/node_modules/pg-protocol/src/parser.ts:103:30)
[backend] @energyweb/migrations-irec: at Socket.<anonymous> (/home/origin/common/temp/node_modules/.pnpm/[email protected]/node_modules/pg-protocol/src/index.ts:7:48)
[backend] @energyweb/migrations-irec: at Socket.emit (events.js:315:20)
[backend] @energyweb/migrations-irec: at Socket.EventEmitter.emit (domain.js:486:12)
[backend] @energyweb/migrations-irec: at addChunk (_stream_readable.js:309:12)
[backend] @energyweb/migrations-irec: at readableAddChunk (_stream_readable.js:284:9)
[backend] @energyweb/migrations-irec: at Socket.Readable.push (_stream_readable.js:223:10)
[backend] @energyweb/migrations-irec: at TCP.onStreamRead (internal/stream_base_commons.js:188:23)
[backend] @energyweb/migrations-irec: (Use `node --trace-warnings ...` to show where the warning was created)
[backend] @energyweb/migrations-irec: (node:71689) 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)
[backend] @energyweb/migrations-irec: (node:71689) [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.
The text was updated successfully, but these errors were encountered:
With the latest update, I am experiencing the following error after running "rush run: origin".
The text was updated successfully, but these errors were encountered: