Never really sure where the best place to report bugs is. Perhaps you need a bug reporting section where people can post bugs even if they no longer have support access.
Putting it here but if you prefer them in the normal forum just let me know and I’ll put them there going forward.
I had to recently move some full page templates from a staging site to a live site.
There are a few issues present with a full page template. Seem to have crept in with “Personify”.
The page JS gets duplicated - the template copies the page JS but appends it to the existing JS. This essentially duplicates everything in an instance where you are trying to replace the entire page.
Most of my images, but not all, were broken. In the staging site the images are referenced in the dynamic content as 23452:full in the live site after importing the template the images are referenced with the url followed by :full. This breaks the link to the image. I had to manually work through the images and delete :full to get the images working again.
i.e. staging site had 2121:full where 2121 is the WordPress id of the image and live site had https://mydomain.com/wp-content/uploads/2023/10/myimage.png:full
There were a few other strange things happening but I forget exactly what they were.