happy-restaurant-7163
06/04/2024, 8:42 AMsync-static-assets
) , {
create: pulumi.interpolate`aws s3 sync ${srcDirectory} s3://${templatesBucketName}` ,
environment: { hash : pulumi.interpolate`${directoryHash(srcDirectory)}` },
logging: Logging.StdoutAndStderr,
}, { parent: this, dependsOn : this.assetsBucket });
after upgrading all the libs when running pulumi up in preview it tells me:
error: preview failed
error: Running program 'D:\projects\pulumi-aws-v6-upgrade-dev-667\pcv_application\infrastructure\vpc_shell\src\index.ts' failed with an unhandled exception:
<ref *1> Error: invocation of archiveindex/getFilegetFile returned an error: grpc: the client connection is closing
at Object.callback (D:\projects\pulumi-aws-v6-upgrade-dev-667\pcv_application\build_pipeline\libs\pcvisit_infrastructure_shared\node_modules\@pulumi\runtime\invoke.ts17237)
at Object.onReceiveStatus (D:\projects\pulumi-aws-v6-upgrade-dev-667\pcv_application\build_pipeline\libs\pcvisit_infrastructure_shared\node_modules\@grpc\grpc-js\src\client.ts36026)
at Object.onReceiveStatus (D:\projects\pulumi-aws-v6-upgrade-dev-667\pcv_application\build_pipeline\libs\pcvisit_infrastructure_shared\node_modules\@grpc\grpc-js\src\client-interceptors.ts45834)
at Object.onReceiveStatus (D:\projects\pulumi-aws-v6-upgrade-dev-667\pcv_application\build_pipeline\libs\pcvisit_infrastructure_shared\node_modules\@grpc\grpc-js\src\client-interceptors.ts41948)
at D:\projects\pulumi-aws-v6-upgrade-dev-667\pcv_application\build_pipeline\libs\pcvisit_infrastructure_shared\node_modules\@grpc\grpc-js\src\resolving-call.ts16324
at processTicksAndRejections (nodeinternal/process/task queues77:11) {
promise: Promise { <rejected> [Circular *1] }
}
commandlocalCommand (vpc-shell-sandbox-maintenance_page-sync-static-assets):
error: Preview failed: 2 failures decoding:
stdout: Missing required field 'stdout' on 'local.CommandOutputs'
stderr: Missing required field 'stderr' on 'local.CommandOutputs'
for booth erros i don't find any thing in the net so far. I have no idea what should have changedNo matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by