TheSadMidDeveloper
Explore posts from serversServer middleware ordering with modules
If you want more context, here:
Say you're authoring a module. This is your middleware:
and in your module
and in your app, you install it like so:
Hooray! The middleware from module is installed. Now, you want to access that in your own custom middleware...
Oh no, the
hello
context is undefined!8 replies