Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

shelly-goel
shelly-goel
Offline

Badges

Badges
31

Accepted Solutions

Accepted Solutions
114

Likes Received

Likes Received
282

Posts

Posts
419

Discussions

Discussions
46

Questions

Questions
371

Ideas

Ideas
3

Blog Posts

Blog Posts
0
Top badges earned by shelly-goel
Customize the badges you want to showcase on your profile
Enabling CORS not working in AEM Cloud - Adobe Experience Manager 07-07-2021
I have enabled CORS for a specific domain and supportsCredentials as true.Below screenshot from AEM dev instance config I have also added CORS headers in dispatcher - clientheaders.any file However, request to AEM server still throws CORS error and there are no response headersChrome Dev Tools gives this error:Access to fetch at 'https://author-p24737-e166384.adobeaemcloud.com/content/dam/nike.initiateUpload.json' from origin 'https://401518-contentsymphonydev-shelly.adobeio-static.net' has been...

Views

769

Likes

0

Replies

8
Re: AEM cloud, how to deploy secret client settings witho... - Adobe Experience Manager 06-07-2021
@TB3dock Please use the syntax provided in the link you shared to use a variable (secret or dev env variable) in your config and set these values using cloud managerhttps://github.com/adobe/aio-cli-plugin-cloudmanager#aio-cloudmanagerenvironmentset-variables-environmentid

Views

1.0K

Like

1

Replies

2
Re: AEM assets Publish URL - Adobe Experience Manager Assets 05-07-2021
@harsingh91 - Yes it looks fine. Any errors in browser console?

Views

759

Likes

0

Replies

0
Re: Environment issues in my AEM development instance - Adobe Experience Manager 05-07-2021
@samsundar23 Try rebuilding the clientlibraries: http://localhost:4502/libs/granite/ui/content/dumplibs.rebuild.html?invalidate=true

Views

255

Like

1

Replies

0
Re: AEM assets Publish URL - Adobe Experience Manager Assets 05-07-2021
@harsingh91The externalizer config for PROD should have the PROD domain and not be identical with Stage. Please check if the correct domain is configured.You can also rebuild the clientlibraries: http://:/libs/granite/ui/content/dumplibs.rebuild.html?invalidate=true Please also check the browser console for any errors, that would help debug/ fix the issue.

Views

775

Like

1

Replies

3
Re: PDF Viewer configuration for publish - Adobe Experience Manager 03-07-2021
@Gowtham_ford If I understood your question correctly, I think you have to provide sling:configRef as the relative path (/conf/brand1, etc.) for the CA config and not absolute path and in the respective site config, you can add the client id as needed.

Views

202

Like

1

Replies

0
Re: How to find the list of all images used in content pages - Adobe Experience Manager 03-07-2021
@harsingh91 You would be able to fetch all the node paths having a DAM Asset reference with below query:SELECT * FROM [nt:base] AS s WHERE ISDESCENDANTNODE([/content/wknd]) and s.[fileReference] is not nullfileReference property on these node results contains the Asset Path

Views

695

Likes

2

Replies

0
Re: AWS libraries for AWS SDK S3 connector configs not re... - Adobe Experience Manager 02-07-2021
@kiranparab - Couple of things to note, 1. please remove from both dependency and embed section. 2. your embed section has /apps//application/install - /application should not be there. 3. Please ensure dependency is added to both bundle pom and parent pom. Please follow the exact steps mentioned in the link shared. Hopefully this resolves

Views

415

Likes

0

Replies

0
Re: Sling model exporter - Adobe Experience Manager 02-07-2021
@arvind Instead of using Sling Model Exporter, you can have simple sling model and have a common method in it to create a json object using all the fields in the component, serialize using gson. You can pass this serialized json into the data- attribute in the component's HTL which can be read by the react component

Views

729

Likes

3

Replies

0