NO BUG: The layout doesnt load in the builder

Browser: Chrome 134
OS: macOS
URL: Same problem as this report but solution doesnt work: SOLVED: Editor won't load

Updating Bricks from 1.11.1.1 to 1.12.3, the layout stop loading in the builder when editing a page in bricks. It works fine when editing template.
We have the problem on 2 different sites.
I tried updating to version 1.12 and 1.12.2 with the same result.
Cloudflare / Rocket Loader is off.

Hi John,
Thanks so much for your report!

Please send temporary login credentials and a link to this thread to help@bricksbuilder.io using the email address you used during the purchase.

Best regards,
timmse

Hi John,
Thanks for the login details!

I removed this from your child theme’s functions.php and now everything works as expected again:

  // Only run my logic on the frontend
  if ( ! bricks_is_frontend() ) {
      return $active_templates;
  }

Best regards,
timmse