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] Parsys and Mapped Components not appearing #46

Closed aadams26 closed 5 years ago

aadams26 commented 5 years ago

Following the WKND tutorial, image and text components do not appear in author mode.

["text","image"],":items":{"text":{"richText":true,":type":"wknd-events/components/content/text"},"image":{"widths":[],"lazyEnabled":true,":type":"wknd-events/components/content/image"}}

Local environment setup confirmed.

godanny86 commented 5 years ago

hi @aadams26 is there any JavaScript errors in the browser? Have you tried clearing cookies/cache ad a fresh browser? You may also want to ensure AEM has not cached the clientlibrary by invalidating the cache: http://localhost:4502/libs/granite/ui/content/dumplibs.rebuild.html...

aadams26 commented 5 years ago

Hi @godanny86, it looks like caching was the issue. Perhaps that should be added to the Readme? Thanks for your help!

godanny86 commented 5 years ago

hi @aadams26 glad that worked! Good call will add some troubleshooting info on the Readme.

sathyalog commented 5 years ago

I cleared cache by invalidating cache and rebuild libraries. But still components not appearing. Please find the below screenshot for reference.

screen shot 2019-02-27 at 7 30 39 pm

@godanny86 Please help

aadams26 commented 5 years ago

@Sathya are you on SP3?

On Feb 27, 2019, at 4:03 AM, Sathya notifications@github.com wrote:

I cleared cache by invalidating cache and rebuild libraries. But still components not appearing. Please find the below screenshot for reference.

@godanny86 Please help

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

godanny86 commented 5 years ago

@sathyalog I would also verify that the wknd events core bundle is active (not in an Installed state): http://localhost:4502/system/console

sathyalog commented 5 years ago

@sathya are you on SP3? On Feb 27, 2019, at 4:03 AM, Sathya @.***> wrote: I cleared cache by invalidating cache and rebuild libraries. But still components not appearing. Please find the below screenshot for reference. @godanny86 Please help — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

No. i am using 6.4.0. I just verified console and i found the following error and its not in active state(just installed). @godanny86 error-aem

Please suggest next steps..

aadams26 commented 5 years ago

@Sathya you’ll need to install service pack 3 as well.

Sent from my iPhone

On Feb 28, 2019, at 11:13 PM, Sathya notifications@github.com wrote:

@sathya are you on SP3? … On Feb 27, 2019, at 4:03 AM, Sathya @.***> wrote: I cleared cache by invalidating cache and rebuild libraries. But still components not appearing. Please find the below screenshot for reference. @godanny86 Please help — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

No. i am using 6.4.0. I just verified console and i found the following error and its not in active state(just installed). @godanny86

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

sathyalog commented 5 years ago

@sathya you’ll need to install service pack 3 as well. Sent from my iPhone On Feb 28, 2019, at 11:13 PM, Sathya @.> wrote: @sathya are you on SP3? … On Feb 27, 2019, at 4:03 AM, Sathya @.> wrote: I cleared cache by invalidating cache and rebuild libraries. But still components not appearing. Please find the below screenshot for reference. @godanny86 Please help — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread. No. i am using 6.4.0. I just verified console and i found the following error and its not in active state(just installed). @godanny86 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

I installed service pack 3 and its working as expected now. Thanks

aadams26 commented 5 years ago

@sathya glad it’s working! The SPA SDK is tucked in service pack 3 which is why SPA components won’t work without it.

On Mar 5, 2019, at 4:37 AM, Sathya notifications@github.com wrote:

@sathya you’ll need to install service pack 3 as well. … Sent from my iPhone On Feb 28, 2019, at 11:13 PM, Sathya @.> wrote: @sathya are you on SP3? … On Feb 27, 2019, at 4:03 AM, Sathya @.> wrote: I cleared cache by invalidating cache and rebuild libraries. But still components not appearing. Please find the below screenshot for reference. @godanny86 Please help — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread. No. i am using 6.4.0. I just verified console and i found the following error and its not in active state(just installed). @godanny86 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

I installed service pack 3 and its working as expected now. Thanks

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.