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
Previously, my code worked seamlessly with Restify v8.5.1. However, after upgrading to v10.0.0, every endpoint started responding with the following message:
{
"code": "InternalServer",
"message": "Reached the end of the handler chain without writing a response!"
}
I tried to debug the issue but not able to find the exact root cause of the issue. And there is no migration guide for version 8 -> 10/10+
Repro case
NA
Cause
The cause of the issue remains elusive despite efforts to investigate.
Are you willing and able to fix this?
yes
The text was updated successfully, but these errors were encountered:
Restify Version: 10.0.0
Node.js Version: v18.19.1
Expected behaviour
Previously, my code worked seamlessly with Restify v8.5.1. However, after upgrading to v10.0.0, every endpoint started responding with the following message:
I tried to debug the issue but not able to find the exact root cause of the issue. And there is no migration guide for version 8 -> 10/10+
Repro case
NA
Cause
The cause of the issue remains elusive despite efforts to investigate.
Are you willing and able to fix this?
yes
The text was updated successfully, but these errors were encountered: