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
Fix middleware not found error by adding 'global::' prefix to custom middleware (#1723)
Resolved middleware not found error by adding 'global::' prefix to the custom middleware in the middleware.md file. The error occurred when the 'my-custom-node-module' middleware was not being recognized. By modifying the middleware configuration to 'global::my-custom-node-module', the middleware is now successfully detected and can be used.
0 commit comments