serverless: TimeoutError: Timeout awaiting 'request' for 30000ms

Screenshot_2021-08-09_02-22-49

serverless create -u https://github.com/adieuadieu/serverless-chrome/tree/master/examples/serverless-framework/aws output
Serverless: Generating boilerplate...
Serverless: Downloading and installing "aws"...
 
 Serverless Error ----------------------------------------
 
  TimeoutError: Timeout awaiting 'request' for 30000ms
 
  Get Support --------------------------------------------
     Docs:          docs.serverless.com
     Bugs:          github.com/serverless/serverless/issues
     Issues:        forum.serverless.com
 
  Your Environment Information ---------------------------
     Operating System:          linux
     Node Version:              16.6.1
     Framework Version:         2.53.0
     Plugin Version:            5.4.3
     SDK Version:               4.2.6
     Components Version:        3.14.2

Installed version

Framework Core: 2.53.0
Plugin: 5.4.3
SDK: 4.2.6
Components: 3.14.2

About this issue

  • Original URL
  • State: open
  • Created 3 years ago
  • Reactions: 1
  • Comments: 16 (6 by maintainers)

Most upvoted comments

For future visitors, this was my workaround

# after git clone
serverless create --template-path=$HOME/src/github.com/adieuadieu/serverless-chrome/examples/serverless-framework/aws --path serverless

Any updates on this issue? I’m not even sure how to create a project now… i can’t seem to download any template.

Sure thing, thank you @alias-rahil 🙇