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
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"?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: