Problem/Motivation
I got the error after upgrade from 10.2.6 to 10.3.0 using Facets:
Symfony\Component\HttpKernel\Exception\BadRequestHttpException: Session has not been set. in Symfony\Component\HttpKernel\HttpKernel->handle() (line 83 of /www/wwwroot/psyd.cn/vendor/symfony/http-kernel/HttpKernel.php).
Comments
Comment #2
cilefen commentedThis could be #3052574: Facets with AJAX not working in most of situations. For this to be a core bug we need more technical information in the report.
Comment #3
hongqing commented@cilefen, you are right. I have resolve it with a patch of Facets.
Comment #4
mmkmarkos commentedSame problem. In 10.2.6 using Facets everything worked fine, after upgrade to 10.3.0 I have the same error. In my case patch didn't solve the problem.
Comment #5
dark05 commentedHello :)
I have same problem with Drupal 10.3 and Facets 2.0.7. This patch #221 doesn't works for me.
Comment #6
dark05 commentedHello :)
It works with patch #212. It's my custom code that needed to be reworked.
Comment #7
fox mulder commented#212 works for me too
Comment #8
imran1217 commentedThanks #212 worked for me as well.