block not showing for anonymous users

Created on 9 September 2024, 7 months ago
Updated 11 September 2024, 7 months ago

Problem/Motivation

I have installed this module and the block comes out fine when i am logged in but does not show for anonymous users, i have tried switchiing the theme and get the same result, I cant find out why , since i have no permissions blocking it as far as i can see.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ’¬ Support request
Status

Active

Version

2.0

Component

Miscellaneous

Created by

πŸ‡ΊπŸ‡ΈUnited States dianacastillo Miami

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @dianacastillo
  • πŸ‡ΊπŸ‡ΈUnited States dianacastillo Miami

    I deleted these two functions from the src/plugin/block code and now anonymous viewers can see it.

    /**
    * {@inheritdoc}
    */
    public function getCacheTags() {
    return Cache::mergeTags(parent::getCacheTags(), [
    'social_media:' . $this->currentPath->getPath(),
    'config:social_media.settings',
    ]);
    }

    /**
    * {@inheritdoc}
    */
    public function getCacheContexts() {
    return Cache::mergeContexts(parent::getCacheContexts(), ['url.path']);
    }

Production build 0.71.5 2024