Account ID should not be loaded on every page
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3548713. -->
Reported by: [isholgueras](https://www.drupal.org/user/733162)
Related to !71
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Whilst debugging an issue we noticed that <code>ConductorHttpApiClient::buildRequestUrl</code> is being called on every page. Currently the Account ID is being added to every page request, but it should only be added when needed i.e. on the Canvas editor</p>
> Related issue: [Issue #3547149](https://www.drupal.org/node/3547149)
issue