Hi. I encountered the error below while upgrading a project to symfony 5.4.
From my understanding it could be because of the session-service-deprecation which makes RemoveSessionPass cause the error message.
Does that sound plausible?
Any suggested workaround?
In CheckExceptionOnInvalidReferenceBehaviorPass.php line 86:
The service "lunetics_locale.guesser_manager" has a dependency on a non-existent service
"lunetics_locale.session_guesser". Did you mean one of these:
"lunetics_locale.query_guesser", "lunetics_locale.router_guesser",
"lunetics_locale.cookie_guesser", "lunetics_locale.guesser_manager"?
Hi. I encountered the error below while upgrading a project to symfony 5.4. From my understanding it could be because of the session-service-deprecation which makes RemoveSessionPass cause the error message. Does that sound plausible? Any suggested workaround?