Export error after importing a backup tar.gz

@gregg-cbs,

Did you find the solution for this ? I’m getting the same error whenever I try to export. Can someone please help me here?

I’m using “strapi-provider-upload-azure-storage” plugin to upload files from media library to azure. All the uploads are working fine but if I run the below command I have the same issue as you.

command: npm run strapi export – --no-encrypt

Error Trace:

Starting export…
:heavy_check_mark: schemas: 17 transfered (size: 23 KB) (elapsed: 8 ms)
⠙ assets: 0 transfered (size: 0) (elapsed: 0 ms) node:events:491
throw er; // Unhandled ‘error’ event
^

Error: Request failed with status code 404
at ClientRequest. (C:\Users\samuel\Documents\Projects\Test\node_modules@strapi\data-transfer\dist\index.js:2245:17)
at Object.onceWrapper (node:events:628:26)
at ClientRequest.emit (node:events:513:28)
at ClientRequest.emit (node:domain:489:12)
at HTTPParser.parserOnIncomingClient (node:_http_client:701:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
at TLSSocket.socketOnData (node:_http_client:542:22)
at TLSSocket.emit (node:events:513:28)
at TLSSocket.emit (node:domain:489:12)
at addChunk (node:internal/streams/readable:324:12)
Emitted ‘error’ event on Duplexify instance at:
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)