What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

what could be the reason for cms blocks missing from `spy_cms_block_storage` for specific store? sav

Posts: 546 πŸ§‘πŸ»β€πŸš€ - Cadet
edited January 2021 in Help

what could be the reason for cms blocks missing from spy_cms_block_storage for specific store?
saving block doesn't put it there, running sync:data doesn't help either

Welcome!

It looks like you're new here. Sign in or register to get started.

Comments

  • Posts: 208 πŸ§‘πŸ»β€πŸš€ - Cadet

    Maybe an issue with spy_cms_page_store or locales mapped to the store that is missing?

  • Posts: 546 πŸ§‘πŸ»β€πŸš€ - Cadet

    locales are fine, the other store has the same config and works ok

  • Posts: 546 πŸ§‘πŸ»β€πŸš€ - Cadet

    store relation also looks fine, block is assigned to all stores in the relation table

  • Posts: 208 πŸ§‘πŸ»β€πŸš€ - Cadet

    The publish event will update this storage table so you could debug further using event:trigger -r cms_block -i <block id with the problem> - maybe use propel logging to see the db calls to find out why that store is not updated?

Welcome!

It looks like you're new here. Sign in or register to get started.