I need to deploy the pages from DEV to PROD. What I do is modifying the value of p_default_workspace_id in the DEV exported page (the SQL) as the same value of the p_default_workspace_id in PROD, then import this page to PROD. It works before and I like this way to deploy APEX in page level.

But today when I use this way to deploy I find the templates of Appreance are invalid ( all the page regions and items). The outlook of the page in PROD is out of order.
But if I export the whole app from DEV then import to PROD with different AppID, then create ‘Page as Copy’ back to the sam application, everything looks fine.
