I often deploy local updates to a staging site for team and client reviews. Links in writer fields are using the /@/page/...
format which is good for speed but the staging server UUID cache isn’t updated with my deploy. (Repopulating the cache with Uuids::populate()
doesn’t fully work in this setup–still gives me issues with my page controller unless panel is visited.)
Where is the UUID cached? If I knew the path, I could include it in my rsync deploy and all links would automatically work on my staging server without having to visit the panel for each update.