Can't fetch AEM cloud assets out the DAM on our authoring instance.
If I try to fetch an image or JSON file from the DAM on our author instance I get an error loading the image or a blank JSON file
If I try to fetch an image or JSON file from the DAM on our author instance I get an error loading the image or a blank JSON file
@devvex nopes, thats not how AEM works. Authoring server is secured, usually behind firewall, loads heavier cms toosl, slow, and cannot be publicly accessed. External sites are expected to hit pub only.
If you are AEMaaCS, there is Preview server. Its parallel publish instance, excatly designed for your usecase, to preview first before publishing to prod.
Second option is to setup non-prod lower environments in aem similar to ur external applications. But there is authoring overhead, should upload assets to lower env first then redo in prod.
either case, external sites should not point author. Now technically there are backdoors, disable security, cors, allow external traffic into author. But is not recommended.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.