Hi, I made a change in the slug to link it with title and now I cannot even start the server now. Can anyone explain me a little bit the error message to see how I can fix it.
error: update “core_store” set “key” = $1, “type” = $2, “value” = $3 where “key” = $4 returning * - could not access status of transaction 0
------ Full error msg
at Parser.parseErrorMessage (/Users/xxxx/projects/strapiapp/node_modules/pg-protocol/dist/parser.js:287:98)
at Parser.handlePacket (/Users/xxxxx/projects/strapiapp/node_modules/pg-protocol/dist/parser.js:126:29)
at Parser.parse (/Users/xxxx/projects/strapiapp/node_modules/pg-protocol/dist/parser.js:39:38)
at Socket. (/Users/xxxx/projects/strapiapp/node_modules/pg-protocol/dist/index.js:11:42)
at Socket.emit (events.js:400:28)
at addChunk (internal/streams/readable.js:290:12)
at readableAddChunk (internal/streams/readable.js:265:9)
at Socket.Readable.push (internal/streams/readable.js:204:10)
at TCP.onStreamRead (internal/stream_base_commons.js:188:23)
From previous event:
at Child. (/Users/xxxxx/projects/strapiapp/node_modules/bookshelf/lib/model.js:1160:42)
System Information
- Strapi Version: “3.6.8”
- Operating System: “Ubundu”
- Database: “Postgres”
- Node Version: 14.17.6
- NPM Version: 6.14.15
- Yarn Version: 1.22.10