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
We strongly recommend not using the beta versions. They are unstable. That said, we will be releasing the main v5 release soon and will completely be getting rid of this style of route. We are working on the release prep and docs and stuff, but you can see what we will be upgrading to with path-to-regexp@8 here https://github.com/pillarjs/path-to-regexp and pillarjs/router#117
After npm updated Express to the latest version, * in requests stopped working:
console.log was never logged, and I was just getting 'Cannot GET /'
or another example,
only on https://url.com/ logs out GET/, else says Cannot GET ...
After downgrading to 4.19.2 it all started working, and in above example it started logging GET* on any url. Before it was Cannot GET ...
The text was updated successfully, but these errors were encountered: