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
When using parrot-graphql on a One App module, selecting the scenario crashed my One App server with the below error. Let me know if you need any other info.
When the server restarted, it was using my scenario without issues.
TypeError: Cannot read property 'length' of undefined
at matchMock (/opt/module-workspace/module/node_modules/parrot-core/lib/utils/matchMock.js:56:37)
at _callee$ (/opt/module-workspace/module/node_modules/parrot-core/lib/Parrot.js:90:41)
at tryCatch (/opt/module-workspace/module/node_modules/regenerator-runtime/runtime.js:63:40)
at Generator.invoke [as _invoke] (/opt/module-workspace/module/node_modules/regenerator-runtime/runtime.js:293:22)
at Generator.next (/opt/module-workspace/module/node_modules/regenerator-runtime/runtime.js:118:21)
at asyncGeneratorStep (/opt/module-workspace/module/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/opt/module-workspace/module/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at /opt/module-workspace/module/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
at new Promise (<anonymous>)
at /opt/module-workspace/module/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12
The text was updated successfully, but these errors were encountered:
When using parrot-graphql on a One App module, selecting the scenario crashed my One App server with the below error. Let me know if you need any other info.
When the server restarted, it was using my scenario without issues.
The text was updated successfully, but these errors were encountered: