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).

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Comments

hongqing created an issue. See original summary.

cilefen’s picture

Status: Active » Postponed (maintainer needs more info)

This 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.

hongqing’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

@cilefen, you are right. I have resolve it with a patch of Facets.

mmkmarkos’s picture

Same 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.

dark05’s picture

Hello :)

I have same problem with Drupal 10.3 and Facets 2.0.7. This patch #221 doesn't works for me.

dark05’s picture

Hello :)

It works with patch #212. It's my custom code that needed to be reworked.

fox mulder’s picture

#212 works for me too

imran1217’s picture

Thanks #212 worked for me as well.