-
Notifications
You must be signed in to change notification settings - Fork 1k
5.2.x breaks express.js route handling logic? #1192
Comments
@jesec ? |
The only significant change in Other changes are just routine updates (bump Node.js versions, etc.) or macOS-only (codesigning, M1 support, etc.), which are quite unlikely to be related. #1173 is indeed a global functional change, but I don't think that's related. The compression patch is quite large, and some elements in it can cause unintended behavioral change to no-compression use case, as we can see in #1189 . @nlfiedler If possible, can you provide a minimum repository for reproduction of the issue? cc: @erossignon |
@nlfiedler I still need a minimum repo to reproduce. I can't reproduce it in my own Express.js project. |
@jesec, there was an issue in the compressed virtual file system that causes confusion for file that are dynamically accessed inside the /snapshot, as you spotted out. This is now fixed in #1200. |
@erossignon I am not related to @nlfiedler but I am facing what I believe to be the same issue in one of my projects. |
We are successfully using v5.2.0 with one of our Express applications as it only sends json responses. |
Facing same issue with pkg@5.2.1. @erossignon is this fixed with your last PR? If so @leerob could you make a new release? |
Yes this is fix and awaiting the new release |
@leerob New release so? |
I have the same question, is there an ETA for the new release? Thanks a lot! |
@leerob Sorry for pinging you again but we really need a new release here |
Are we ready? |
Released! |
programm -> program
The 5.1.0 version of pkg works fine for compiling and running our application, but the 5.2.1 (and maybe 5.2.0) changed in a way that the route handling in Express.js fails with a strange error.
The code in question is at https://github.com/perforce/helix-authentication-service although I doubt any of that is relevant.
Let me know what helpful information I can provide. I realize that what has been said so far is not much to go on.
The text was updated successfully, but these errors were encountered: