By rhodes_muc on
Hello,
I work with Drupal 8 (Drupal 8.6.7) with a custom theme.
Some blocks are placed in the left sidebar. These blocks are built by two custom modules and the facet module.
If I am logged in as admin all blocks are displayed. As an anonymous user the left sidebar remains empty.
I checked the permissions of all blocks. The permissions are set for anonymous, authenticated and admin. Even if I remove the role restriction, nothing changes.
Does anyone have an idea what this is or how I can fix it?
Thanks
rhodes
Comments
There are similar issues
There are similar issues related with update, for instance:
https://www.drupal.org/project/drupal/issues/2956505
https://www.drupal.org/project/drupal/issues/2997898
https://www.drupal.org/project/drupal/issues/2962135
What information do you display in these blocks?
Are anonymous users have permission to view it?
I display
blocks from the facet module, one custom module. But even if I place the "powered by drupal" block, it is not shown for anonymous users.
Yes, they have permission to view.
What will be if you place
What will be if you place those blocks in other region, for instance, in 'Сontent'?