Adobe-Marketing-Cloud / aem-guides-wknd-events

Step by Step guide to creating a Single Page Application to use with AEM
48 stars 34 forks source link

[Angular] Text and Image Components are not visible in authoring mode #83

Open tinomthomas opened 4 years ago

tinomthomas commented 4 years ago

Local Environment Before filing an issue verify that the prerequisite tools/software are installed:

Describe the issue Text and Image Components are not visible in authoring mode. And I am not able to see the components in the side panel as well. The interesting thing is that there are no errors in Chrome's dev tools while loading the URL http://localhost:4502/editor.html/content/wknd-events/angular/home.html

Where in the tutorial are you experiencing an issue?

In Chapter 3 while reviewing the Text and Image components in AEM

Screenshots Capture1 Capture2

godanny86 commented 4 years ago

hi @tinomthomas is the .model.json returning as expected? Its possible you are hitting: https://github.com/Adobe-Marketing-Cloud/aem-guides-wknd-events/issues/82 if you have Core Components v 2.8.0 installed...

tinomthomas commented 4 years ago

Hi @godanny86 , Yes the angular.model.json is returning as expected. And the installed Core component version is 2.3.2. Upon further investigating using Chrome dev tools, I can see that the angular components are available in the DOM but they are not visible at the screen. Attaching the screenshots image image

godanny86 commented 4 years ago

hmm interesting. What happens if you deploy the chapter 3 solution? https://github.com/Adobe-Marketing-Cloud/aem-guides-wknd-events/tree/angular/chapter-3

tinomthomas commented 4 years ago

Hi @godanny86, Sorry for the late reply. The result is the same

tinomthomas commented 4 years ago

Hi @godanny86 I think I have hit the bug 59. Is there anything I can do to make it work?

godanny86 commented 4 years ago

Can you remind me what version of AEM you are on? Are you able to update to the latest service pack with AEM 6.4 or 6.5?

tinomthomas commented 4 years ago

Yes. I am using 6.4. Updating to the latest is a bit complicated here. But I will try that also