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
Describe the bug
I'm using serverless-appsync-simulator with serverless-offline and serverless-appsync-plugin to simulate appsync(graphql) in local env
but after updated serverless-offline from v7.0.0 to the latest version(because I upgrade nodejs version from 14.x->18.x and the old version of serverless-offline not support it), the simulator not working anymore, all the response is null and sometimes cause an error
Describe the bug
I'm using
serverless-appsync-simulator
withserverless-offline
andserverless-appsync-plugin
to simulate appsync(graphql) in local envbut after updated
serverless-offline
fromv7.0.0
to thelatest
version(because I upgrade nodejs version from 14.x->18.x and the old version ofserverless-offline
not support it), the simulator not working anymore, all the response isnull
and sometimes cause an errorTo Reproduce
sls offline start --host 0.0.0.0
Expected behavior
It can work normally
Screenshots
Additional context
Sample Code
Environment
serverless
: v3.31.0serverless-offline
: v12.0.4serverless-appsync-simulator
: v0.20.0node.js
version: nodejs18.xOS
: macOS monterey 12.6.5The text was updated successfully, but these errors were encountered: