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
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
using a post like this: http://localhost:3000/feature/123
What i got from terminal is:
TypeError: Object prototype may only be an Object or null: undefined
at setValues (C:\workspace\xpsmock\node_modules\dyson\lib\response.js:75:22)
at Object.generate (C:\workspace\xpsmock\node_modules\dyson\lib\response.js:30:27)
at callbacks (C:\workspace\xpsmock\node_modules\express\lib\router\index.js:164:37)
at param (C:\workspace\xpsmock\node_modules\express\lib\router\index.js:138:11)
at param (C:\workspace\xpsmock\node_modules\express\lib\router\index.js:135:11)
at pass (C:\workspace\xpsmock\node_modules\express\lib\router\index.js:145:5)
at Router._dispatch (C:\workspace\xpsmock\node_modules\express\lib\router\index.js:173:5)
at Object.router (C:\workspace\xpsmock\node_modules\express\lib\router\index.js:33:10)
at next (C:\workspace\xpsmock\node_modules\connect\lib\proto.js:190:15)
at handleDelegateResponse (C:\workspace\xpsmock\node_modules\cors\lib\index.js:97:9)
The first Post would get correct response, but second would get a 500 internal error. Both Post would get same Error on Node side.
The text was updated successfully, but these errors were encountered:
Using the example code:
using a post like this:
http://localhost:3000/feature/123
What i got from terminal is:
The first Post would get correct response, but second would get a 500 internal error. Both Post would get same Error on Node side.
The text was updated successfully, but these errors were encountered: