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 this package in standalone node scripts everything works as expected. However, when trying to use it to implement an SPA (I'm using React) it throws the following error:
Uncaught (in promise) TypeError: Cannot read property 'remoteAddress' of undefined
at module.exports.<anonymous> (client.js:535)
at module.exports.EventEmitter.emit (events.js:81)
at module.exports.ClientRequest._connect (request.js:247)
at request.js:140
at <anonymous>
Not sure what's causing it so I'm unsure if it's an issue with the node-jenkins package.
The text was updated successfully, but these errors were encountered:
When using this package in standalone node scripts everything works as expected. However, when trying to use it to implement an SPA (I'm using React) it throws the following error:
Not sure what's causing it so I'm unsure if it's an issue with the node-jenkins package.
The text was updated successfully, but these errors were encountered: