I've been running AEM 6.5.3.0 fine locally, but suddenly have an HTTP ERROR 500 for all the URLs I try to access at http://localhost:4502/. I checked and Docker is started with the aemdesign/aem container running (https://hub.docker.com/r/aemdesign/aem) and the instance was successfully deployed in ...
How can I configure the Text Editor so that it doesn't replace tags such as <i> with <em>? I tried changing the following in the /components/overlays/text/text.html file and then deploying using Maven in Eclipse, but it didn't work: Before${text.text @ context='html'}After${text.text @ context='unsa...
When I navigate to it (http://localhost:4502/editor.html/content/wknd/us.html), the page is broken with no CSS styling or images. I just get the globe at top left, Facebook, Twitter and Instagram links, and the footer.
I tried for days and cannot get WKND set up properly in my local AEM 6.5 instance on my Windows 10 machine. Is there another, smaller tutorial where I can learn how to use Maven and AEM. Both are new to me. My AEM is deployed in Docker (https://hub.docker.com/r/aemdesign/aem). Thank you for any sugg...
I don't get it. Suddenly http://localhost:4502/system/granite/license/index.html resolves. It took me to the licensing form where I had to re-enter my name and key. I need to create a quick guide for myself on how to get AEM up and running in Docker.
I've tried for days to get AEM running in localhost, but something is amiss. I have the "author" instance for aemdesign/aem running on the Docker Dashboard, but when I try to navigate to localhost:4502, I get the following: HTTP ERROR 404 Problem accessing /. Reason: Not Found
I'm looking to create a local dev environment in Windows 10 Pro with AEM accessible at http://localhost:4502 (author) and http://localhost:4503 (publish).
I'm looking for instructions on how to set up a local development environment from scratch on a brand new Windows 10 machine using the latest image of this: https://hub.docker.com/r/aemdesign/aem. Do detailed instructions exist for a relatively newbie that includes step-by-step instructions, i.e., i...