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
TypeError: Cannot read property 'Symbol(requestOptions)' of undefined
at Agent.removeSocket (_http_agent.js:444:20)
at TLSSocket.onClose (_http_agent.js:371:11)
at TLSSocket.emit (events.js:327:22)
at net.js:673:12
at TCP.done (_tls_wrap.js:563:7)
The text was updated successfully, but these errors were encountered:
This is something that's happening inside the Contentful Management javascript SDK. I'm tempted to rip that out and write my own client, as I've had issues with it before...
I tried upgrading the client but the issue still persists. I'll keep this issue open for now until either it's fixed in contentful or I can come up with a better solution.
Steps to reproduce:
Expected: migration scripts are created
Actual:
_http_agent.js:444
options = req[kRequestOptions];
^
TypeError: Cannot read property 'Symbol(requestOptions)' of undefined
at Agent.removeSocket (_http_agent.js:444:20)
at TLSSocket.onClose (_http_agent.js:371:11)
at TLSSocket.emit (events.js:327:22)
at net.js:673:12
at TCP.done (_tls_wrap.js:563:7)
The text was updated successfully, but these errors were encountered: