Weird link to /user/0 (that does not exist)
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3466850. --> Reported by: [eugen zerr](https://www.drupal.org/user/3602960) Related to !482 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>My inferface is in german. "Gast" means Guest. If you hover over the Guest Button it wants to redirect you to the user "/user/0" which is wrong and should display no link if the user is anonymous. See screenshots: </p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Use the gin theme as front &amp; admin theme.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Use <code>Url::fromUri('route:&lt;nolink&gt;')</code> if user is anonymous.</p>
issue