domtronn / nuzlocke.app

Nuzlocke Tracker - For all Pokémon games and Rom Hacks to record, track, advise on encounters, and provide boss battles & level caps
https://nuzlocke.app
BSD 3-Clause "New" or "Revised" License
107 stars 17 forks source link

platinum-missing-data #119

Closed MicheleStoltz closed 1 year ago

MicheleStoltz commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://nuzlocke.app/guides/platinum'
  2. All the data is missing

Expected behavior https://nuzlocke.app/guides/platinum should contain the data that is present in other rom's, in terms of gym max levels etc.

domtronn commented 1 year ago

Hey @MicheleStoltz this is due to some rehosting I did a few weeks back - long store short, the hosting provider deleted old, cached assets for the site... I've purged all the server side caches, but client side ones can still cause a problem.

Can you try going to the page doing a Hard Refresh? Cmd + Shift + R on mac, and Ctrl + F5 on windows.

Alternatively, you can add ?force-pass to the end, - https://nuzlocke.app/guides/platinum?force-pass=true - to force your browser to get the latest assets.

MicheleStoltz commented 1 year ago

Hey! Refreshing dint help but adding force-pass=true worked. Thanks :)