same domain hrefs getting 404
issue can be reproduced in this page, https://www.solidjs.com/contributors
search element by this xpath
//*[@id="main-content"]/div/div/div[1]/div/div[2]/ul/li[1]/p[1]/a
now change href of element to https://www.solidjs.com/img/bios/ryan-carniato.jpeg
when we click that element, it'll give 404
issue is only when href url is same domain, even a change in subdomain will work
this might be the expected behaviour, but how to href same domain urls or any workarounds?SolidJS
Solid is a purely reactive library. It was designed from the ground up with a reactive core. It's influenced by reactive principles developed by previous libraries.
2 Replies