We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli command nodemon --exec 'serverless offline start --stage local --httpPort 3001' -e 'js'
nodemon --exec 'serverless offline start --stage local --httpPort 3001' -e 'js'
--stage is ignored and defaults to dev
dev
> Starting Offline at stage dev (eu-west-2)
I have tried this without dotenv-plugin in case there was a conflict, but it was the same behaviour.
Weirdly the stage prepend is correct...
service: paw-paddock-api frameworkVersion: '3' plugins: - serverless-dotenv-plugin - serverless-plugin-optimize - serverless-prune-plugin - serverless-offline provider: name: aws runtime: nodejs14.x region: eu-west-2 memorySize: 128 timeout: 15 custom: optimize: debug: false minify: false includePaths: ['package.json', 'locales/', 'api/email-templates/'] prune: automatic: true number: 3 functions: app: handler: api/index.handler events: - http: path: / method: ANY cors: true - http: path: /{proxy+} method: ANY cors: true
Environment
"serverless": "3.17.0", "serverless-dotenv-plugin": "4.0.0", "serverless-offline": "8.7.0", "serverless-plugin-optimize": "4.2.1-rc.1", "serverless-prune-plugin": "2.0.1",
node.js
OS
The text was updated successfully, but these errors were encountered:
thank you for filing the issue @alexcroox
I'm having a problem to see what the issue is about. your screenshot is showing the stage. what am I missing?
also, if you are still able to reproduce, could you also try the very latest v9?
labeling as question for now.
Sorry, something went wrong.
nm, I was able to repro if you meant the console.log message.
console.log
Successfully merging a pull request may close this issue.
Bug Report
cli command
nodemon --exec 'serverless offline start --stage local --httpPort 3001' -e 'js'
--stage is ignored and defaults to
dev
> Starting Offline at stage dev (eu-west-2)
I have tried this without dotenv-plugin in case there was a conflict, but it was the same behaviour.
Weirdly the stage prepend is correct...
Environment
"serverless": "3.17.0",
"serverless-dotenv-plugin": "4.0.0",
"serverless-offline": "8.7.0",
"serverless-plugin-optimize": "4.2.1-rc.1",
"serverless-prune-plugin": "2.0.1",
node.js
version: v16.14.2OS
: macOS 12.3.1The text was updated successfully, but these errors were encountered: