I’m currently trying to deploy my Serverless project using serverless deploy - I’ve logged in and it gets to showing a Stack Outputs list - then after that the deploy job runs into an issue…
Serverless: Removing old service artifacts from S3...
Serverless: Publishing service to Serverless Platform...
Serverless: Failed to publish your service on the Serverless Platform
I’ve double checked my provider block and that seems to be correct - just wondering if I’m missing something here, thanks.
Hey @tmhn, what version of the Serverless Framework are you using? We recently released the Serverless Platform Beta. Your deploy is showing an error in deploying to that. Can you try updating to v1.29.2 of the Framework?