Incorrect path alias and "token" parameter in links
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3250223. --> Reported by: [bigboy](https://www.drupal.org/user/2725969) >>> <p>Thanks for the module, it almost works )) Well, it switches languages, but the question is how. Or maybe I'm doing something wrong.</p> <p>1) Frontpage links are generated without the correct alias. For example in my configuration I have <strong>/node</strong> path as the frontpage. So it is assumed that language links will follow that, but they are not, and here is what I get as frontpage links:</p> <p>example.com/de/node<br> example.com/fr/node<br> example.com/es/node<br> etc</p> <p>Yes, the user redirects to a correct URL after all, but I don't think this is the right way.</p> <p>2) Token parameter is generated for all links: example.com/de/node<strong>?token=eMFoZ5rH78KPqL3FmoAz8VHL</strong>...</p> <p>Don't know what it means, but maybe it can break caching? And just looks ugly.</p> <p>3) It would be great to be able to disable the current language in the menu. The less circular links - the better (links that point to the same page).</p> <p>Thank you.</p>
issue