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
The CustomerGEHMiddleware is not enabled by default. When I do enable the CustomerGEHMiddleware by adding it to the Server.ts file it results in the following error.
Versions impacts: v5.46.0 to v5.59.4 (did not test versions less than v5.46.0)
error: {
status: 500,
message: "Class constructor CustomerGEHMiddleware cannot be invoked without 'new'",
stack: 'TypeError: Class constructor CustomerGEHMiddleware cannot be invoked ' +
"without 'new'\n at Layer.handle [as handle_request] " +
The text was updated successfully, but these errors were encountered:
Yes. Isn’t required to override the original provider since you can register it in the server before the original one. Override a provider can be problematic when you upgrade Ts.ED packages :)
The
CustomerGEHMiddleware
is not enabled by default. When I do enable theCustomerGEHMiddleware
by adding it to the Server.ts file it results in the following error.Versions impacts: v5.46.0 to v5.59.4 (did not test versions less than v5.46.0)
The text was updated successfully, but these errors were encountered: