Hi APEX community,
i'm currently experiencing issues when I import a page from another environment with the same Workspace ID and Application ID. The import itself runs without any errors, but when running the page a blank HTML is generated.
After checking the debug I found the following error: “Page template 30255390514173960 does not exist. Check your theme configuration!”. This should not be an issue if the workspace and application ID's from where I exported are the same, right?
I inspected the APEX_APPLICATIION_PAGES view and discovered that the PAGE_TEMPLATE and PAGE_GROUP columns are empty. So there is definitely an issue with the identifiers.
When I wanted to change the properties manually through the page designer, the page designer froze when trying to open the page.
So my workaround currently is to copy the whole application a separate application and using the “Create page as a copy” functionality to merge single pages inside my target application.
Any ideas or suggestions?