Hello there ๐ , I am encoutering some weird behaviour (payload 3.84.1 next@16.2.4) with the admin ui: unless i refresh, the admin ui's data is always one step behind. So when I make some modifications and save or publish the document, the admin ui somehow grab the version before I made the modifications ( cache issue with next 16 maybe ?), this is extermely annoying as everytime I save/publish modifications I have to refresh the page to make sure the data in the admin ui is the published one. Auto-saving is also a no-go since after I publish and the admin ui gets filled with stale data that gets auto-saved too ๐ซ
Could it be a templates mismatch, since I am using a next 15 template with next 16 ? I didn't see a migration guide to next 16 so I am assuming thats not the case, could be wrong though ๐
Can i have some advice on how to debug this ?
Thanks