registerGlobalMiddleware not working
Hello everyone,
I am trying to use the
For example the following code never gets executed whenever I press the increment btn (from the doc demo).
Is this behaviour expected ?
Here is the reproduction step:
and then copy the code block above into the
I am trying to use the
registerGlobalMiddleware but it never calls the middlewares that define in it.For example the following code never gets executed whenever I press the increment btn (from the doc demo).
Is this behaviour expected ?
Here is the reproduction step:
and then copy the code block above into the
__root. Then go to the Deferred page and click the increment btn. At this point I was expecting a log in my server terminal.