Hi everyone , I have deployed hydra on my k8 in p...
# general
s
Hi everyone , I have deployed hydra on my k8 in production env and hitting it through one of my service in the same cluster and i am getting following error but not every time, i am unable to reproduce it. Can any one suggest me how i can reproduce it and fix it.
Copy code
{
message: 'request to <http://localhost:4445/admin/oauth2/introspect> failed, reason: socket hang up',
stack: 'FetchError: request to <http://localhost:4445/admin/oauth2/introspect> failed, reason: socket hang up\n' +
' at ClientRequest.<anonymous> (/usr/src/service/node_modules/node-fetch/lib/index.js:1491:11)\n' +
' at ClientRequest.emit (node:events:531:35)\n' +
' at emitErrorEvent (node:_http_client:108:11)\n' +
' at Socket.socketOnEnd (node:_http_client:535:5)\n' +
' at Socket.emit (node:events:531:35)\n' +
' at endReadableNT (node:internal/streams/readable:1696:12)\n' +
' at process.processTicksAndRejections (node:internal/process/task_queues:82:21)'
}