Current/Experienced Behavior: |
▽ Background In normal page rendering, AEM constructs a URL for the set path, including resource mapping and domain settings, and returns it to the front end. These are the same for CF graphQL, and you can get information resolved from the path. Example) Set the site path in CF → CF graphQL returns the full URL of author and publish in a specific json format
▽ Challenges The particular json above is called Reference, but there is no previewURL present inside the Reference for the path to the site content _authorUrl: Exists _publishUrl : Exists _previewUrl : does not exist Therefore, in order to set the preview URL, it becomes necessary to configure, manage, and implement resource mapping, domains, rules, etc. on AEM on the AIO side, which breaks the product scope and increases maintenance costs.
|