I have an doubt to solve the below problem

solace-strapi@0.1.0 develop
strapi develop

⠋ Building build context
[INFO] Including the following ENV variables as part of the JS bundle:
- ADMIN_PATH
- STRAPI_ADMIN_BACKEND_URL
- STRAPI_TELEMETRY_DISABLED
:heavy_check_mark: Building build context (74ms)
:heavy_check_mark: Creating admin (27359ms)
⠴ Loading Strapi[ERROR] There seems to be an unexpected error, try again with --debug for more information

┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ │
│ error: alter table “public”.“components_blogs_blogs” alter column “content” type jsonb using (“content”::jsonb) - invalid input syntax for type json │
│ at Parser.parseErrorMessage (/root/strapi_solace/solace-strapi/node_modules/pg-protocol/dist/parser.js:283:98) │
│ at Parser.handlePacket (/root/strapi_solace/solace-strapi/node_modules/pg-protocol/dist/parser.js:122:29) │
│ at Parser.parse (/root/strapi_solace/solace-strapi/node_modules/pg-protocol/dist/parser.js:35:38) │
│ at Socket. (/root/strapi_solace/solace-strapi/node_modules/pg-protocol/dist/index.js:11:42) │
│ at Socket.emit (node:events:519:28) │
│ at Socket.emit (node:domain:488:12) │
│ at addChunk (node:internal/streams/readable:559:12) │
│ at readableAddChunkPushByteMode (node:internal/streams/readable:510:3) │
│ at Readable.push (node:internal/streams/readable:390:5) │
│ at TCP.onStreamRead (node:internal/stream_base_commons:191:23) │
│ │
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
root@solace-strapi:~/strapi_solace/solace-strapi#

any one know the solutions

1 Like

Loading Strapi[ERROR] There seems to be an unexpected error, try again with --debug for more information

┌──────────────────────────────────────────────────────────────────────────────┐│ ││ Error: Connection terminated unexpectedly ││ at Connection. ││ (C:\Users\richi\my-doctor-admin\node_modules\pg\lib\client.js:132:73) ││ at Object.onceWrapper (node:events:632:28) ││ at Connection.emit (node:events:518:28) ││ at Connection.emit (node:domain:488:12) ││ at TLSSocket. (C:\Users\richi\my-doctor-admin\node_modules\pg ││ \lib\connection.js:107:12) ││ at TLSSocket.emit (node:events:530:35) ││ at TLSSocket.emit (node:domain:488:12) ││ at endReadableNT (node:internal/streams/readable:1696:12) ││ at process.processTicksAndRejections ││ (node:internal/process/task_queues:82:21)

1 Like