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
I just updated my application, cleared the cache, and now when the kernel boot, I got the following error:
I have no name! /app/server/backend bin/console
In CheckExceptionOnInvalidReferenceBehaviorPass.php line 116:
The service "messenger.middleware.deduplicate_middleware" has a dependency on a non-existent service "lock.factory". Did you mean one of these: "ulid.factory", "uuid.factory", "form.factory"?
The very strange thing, is we don't use the messenger.middleware.deduplicate_middleware messenger middleware
Uh oh!
There was an error while loading. Please reload this page.
Symfony version(s) affected
7.3.0
Description
I just updated my application, cleared the cache, and now when the kernel boot, I got the following error:
The very strange thing, is we don't use the
messenger.middleware.deduplicate_middleware
messenger middlewareedit: see
symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Lines 2358 to 2362 in 25e04ae
=> IMHO, this middleware should be optin! But it's another story
How to reproduce
I guess it occurs with a fresh symfony + mesenger + lock + all lock have a name different from
default
Possible Solution
#60330
Additional Context
No response
The text was updated successfully, but these errors were encountered: