You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using serverless-plugin-optimize produces unexpected output
Observed behaviour - using a standard build with a basic @post example if serverless-plugin-optimise is active Nest won't provide a cached server to handle the request - you can see in the logs that the request comes in and is basically dropped with no error
Remove the serverless-plugin-optimise and every request will behave as expected.
The text was updated successfully, but these errors were encountered:
Using serverless-plugin-optimize produces unexpected output
Observed behaviour - using a standard build with a basic @post example if serverless-plugin-optimise is active Nest won't provide a cached server to handle the request - you can see in the logs that the request comes in and is basically dropped with no error
Remove the serverless-plugin-optimise and every request will behave as expected.
The text was updated successfully, but these errors were encountered: