Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

OOTB TextImage comp on AEM 6.3.3.0

Avatar

Level 2

Hi

I have encountered a very strange issue that I can't explain, so I came for some help.

The issue can be described like this:

- is a textimage component with in-place editing.After the configuration is done (add some text, drag-and-drop the image) and click on Done icon of the dialog, the content is not rendered (nothing happens, not an error, nothing).The problem is that this behavior can be encountered only on dev1 env.I tested the issue on qa1 and local envs and it works fine.

I've tried restarting the env, but some result.

I need some tips or a solution would be even better.

Thanks!

8 Replies

Avatar

Community Advisor

Hi puscasd28708152 ,

Can you make sure whether the environment having issue is running properly(all bundles are active).

If yes, please check the OOB component in crx/de and make sure all the files are present for that component(by comparing it from local or QA).

Regards,

Arpit Varshney

Avatar

Community Advisor

Did you check browser console if you are getting any JS errors ?

Avatar

Employee Advisor

Also, check how this component is behaving on different templates. Worth to test with the OOTB sample template.

Avatar

Employee

Is it reproducible on just 1 specific browser or a few on dev?

Try deleting browser cache, dispatcher cache(if configured), & browser cookies. Open Incognito Window and try again.

When you save the component on the page and render the page, do you see any errors in Console tab and/or 4xx/5xx errors in Network tab in Dev Tools?

Avatar

Level 2

@sunjot16 The bug is reproducible on any browser.After Empty Cache and Hard Reload on Chrome Browser the output is the same(component is not rendered).There is not displayed any error in Network tab.