Using Tome 1.3 on Drupal 8.8.5. When I run drush tome:static it creates HTML files, which includes a navigation block at the top of each page. This block is given an ID in the Drupal site ('block-dxex-main-menu'). In the static HTML on some pages it is also 'block-dxex-main-menu' but on others it is 'block-dxex-main-menu--2'. In the live site this is never '--2'. The block appears only once on each page.

Rerunning drush tome:static sometimes fixes this for some pages but introduces the problem for other pages. Very strange. The patch in Tome Static results inconsistent (3103937) did not help. I tried the 1.x-dev branch but that produced the same results.

Any idea what might be going on?

CommentFileSizeAuthor
#2 3126325-2.patch708 bytessamuel.mortenson

Comments

finne created an issue. See original summary.

samuel.mortenson’s picture

Status: Active » Needs review
StatusFileSize
new708 bytes
protitude’s picture

I just used this patch due to my nav getting a '--3' on some pages and not others and it seemed to fix the issue for me. Thanks!

samuel.mortenson’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

tgoeg’s picture

This should be part of the distributed module.
Had the same problem, fixed it as well.