Being on a page as a connected sulu user, with smart content content type rendered, makes elasticsearch throwing an error #614
Labels
bug
Error or unexpected behavior of already existing functionality
Actual Behavior
How does Sulu behave at the moment?
When connected as a Sulu User (via sulu's basic login system or Sulu Community Bundle login), being on a page that is rendering a smart content or any other articles rendering content type makes symfony throw an error that is related to elasticsearch.
Expected Behavior
What is the behavior you expect?
Rendered articles/articles previews don't produce an error when connected as a Sulu User.
Steps to Reproduce
Here is the repository with all steps to reproduce the problem
Other things
security.yaml
configuration.EDIT August 4 2022
Elasticsearch queries in both cases:
Not connected (2 queries)
Connected (1 query only)
The roles returned in my case are:
The roles returned via the
dump()
twig function isPqnaUser
which is on theWebsite
system. (PqnaUser is the name of the user role I registered when doing thephp bin/console sulu:community:init
command line.)The table
se_roles
is as follows:And here's my
webspace.xml
webspace.xml
The text was updated successfully, but these errors were encountered: