brown-puzzle-hq / bph-site

1 stars 0 forks source link

Unexpected caching behavior #165

Open qiaochloe opened 6 days ago

qiaochloe commented 6 days ago

Several pages initially display old data and have to be reloaded every time. This happens in

  1. Leaderboard
  2. Hinting page
  3. Prada (interactioMode puzzle)
  4. Puzzle solutions page

This is a known problem with Next.js caching. More information here: https://nextjs.org/docs/app/building-your-application/caching

qiaochloe commented 5 days ago

This might also be solved by updating to Next.js 15