NaturalHistoryMuseum / scratchpads2

Scratchpads 2.0
http://scratchpads.org
GNU General Public License v2.0
199 stars 83 forks source link

Species pages not displaying [duplicate of #6519] #6602

Closed jpsullivan65 closed 2 years ago

jpsullivan65 commented 2 years ago

Species pages are not displaying correctly. E.g. https://mormyrids.myspecies.info/en/taxonomy/term/368

Screen Shot 2022-11-13 at 5 03 04 PM

therobyouknow commented 2 years ago

Possible duplicate of: https://github.com/NaturalHistoryMuseum/scratchpads2/issues/6519

therobyouknow commented 2 years ago

Summary

Confirming duplicate of https://github.com/NaturalHistoryMuseum/scratchpads2/issues/6519

Therefore, closing this ticket as a duplicate. But that doesn't mean I'm not working on it! I will continue the work in that ticket as I have done, don't worry!

Technical analysis detail leading to confirming duplicate

image

Inspected page and searched for stylesheet and observed that www referenced. Which is the [same issue] seen in the other ticket (https://github.com/NaturalHistoryMuseum/scratchpads2/issues/6519#issuecomment-1223730508).

What is happening here is that the website is being visited with www in the URL. www in the URL, as in www.mormyrids.myspecies.info is a not valid URL and therefore will not correctly load the site and its styling.

mormyrids.myspecies.info is the valid URL.

therobyouknow commented 2 years ago

The temporary work around is to clear the cache. Which I will do for this site.