Currently, the default is to use the Primary Nav as the default start page, which works well... Except when you have an external link in it. Those don't work at all.

This is evident on my site: http://seanja.com The first link is a link to my blog "Occasionally I write things! (usually on Wednesdays)" which is using wordpress and on a subdomain. Taping the link does nothing though.

The console says the response is "200 OK" but empty.

Comments

heyehren’s picture

Yes, i can confirm this. External links make problems. I have set up a multi-lingual website, and all external links appear in all languages, whiles internal links appear only in the defined language.

We're troubleshooting this now, but would be happy about any input.

lebachai’s picture

Has anyone had any luck solving this issue?

rbosscher’s picture

I could get away with a workaround:

add "type="cancel" in your external links: <a href="http://drupal.org" type="cancel">external link</a>