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

[React] Unexpected error when...? #75

Open tomdev10 opened 4 years ago

tomdev10 commented 4 years ago

Local Environment Conditions Satisfied

Describe the issue Toggle into Preview mode and then click one of the links in the List component. You should be navigated to the child page. Once on the child page toggle back into Edit mode and you should be able to edit the components on the page. This is not possible in my app. No error, but I cannot get any editable content on a child page.

Where in the tutorial are you experiencing an issue?

In Chapter 3 in Step # 11

Screenshots

Screenshot 2019-12-11 at 15 40 08
godanny86 commented 4 years ago

hi @tomdev10 is there any errors thrown in the browser? Is this only an issue with child pages (i.e the home page everything is fine?)

tomdev10 commented 4 years ago

Hi, only errors are here:

Screenshot 2019-12-11 at 19 05 40

Can confirm specific to child pages

godanny86 commented 4 years ago

Can you see the child pages in the model.json request? I'm curious if you can reproduce this with the solution branch of the tutorial for Chapter 3: https://github.com/Adobe-Marketing-Cloud/aem-guides-wknd-events/tree/react/chapter-3