Symfony cache:clear 问题:没有可用的会话

Symfony cache:clear problem: No session available

问题很简单。应用程序按预期工作,没有问题,会话工作等。 但是当我尝试清除缓存时:

bin/console c:c
// Clearing the cache for the dev environment with debug true                                                          

In RequestStack.php line 105:
                                            
  There is currently no session available.  

有什么想法吗?

Symfony 版本 6,所有最新包。

问题出在其中一项服务中,正在尝试调用

requestStack->getSession() 

__construct方法中。

发现此错误的关键是使用 bin/console c:c -vvv

获取堆栈跟踪