-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
I use the offline plugin a lot and like it; however, it has a behavior that is detrimental in the next stage of the project where I need to do a debug replay.
What happens is that when I run a command, it executes successfully, but then it keeps running indefinitely until I press Control+C.
I tried running it with NODE_ENV set to test, but it made no difference.
Is this supposed to happen, or is there a bug in my environment/code?
Thank you.
Running:
npx serverless invoke local --stage unstable --function v1-receiver-http-tracker --path sample/tracker-finish-2023-12-12.json
List of plugins:
plugins:
- serverless-dotenv-plugin
- serverless-webpack
- serverless-newrelic-lambda-layers
- serverless-iam-roles-per-function
- serverless-offline
Output:

Metadata
Metadata
Assignees
Labels
No labels