We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
On the index.d.ts file, it is noted we should be able to call Express-style next('route') in a middleware to skip to another route:
next('route')
moleculer-web/index.d.ts
Lines 393 to 405 in 29637c1
But when I do that, an error is simply thrown with "route" as the message (Request error! MoleculerError : route).
Request error! MoleculerError : route
Would it be possibly to add this option ?
Many thanks
The text was updated successfully, but these errors were encountered:
Finally I find it easier to handle my problem by changing routes priorization. See the other issue I opened: #335
However I keep this issue open because, if next("route") is not handled, it should not appear on the index.d.ts file.
next("route")
Sorry, something went wrong.
No branches or pull requests
Hello,
On the index.d.ts file, it is noted we should be able to call Express-style
next('route')
in a middleware to skip to another route:moleculer-web/index.d.ts
Lines 393 to 405 in 29637c1
But when I do that, an error is simply thrown with "route" as the message (
Request error! MoleculerError : route
).Would it be possibly to add this option ?
Many thanks
The text was updated successfully, but these errors were encountered: