restify / node-restify

The future of Node.js REST development

Home Page:http://restify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migration from 8.5.1 to 10.0.0 causing issues

pb91 opened this issue · comments

commented

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:

{
    "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