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

Fanindra_Surat
Fanindra_Surat
Online

Badges

Badges
23

Accepted Solutions

Accepted Solutions
33

Likes Received

Likes Received
103

Posts

Posts
83

Discussions

Discussions
13

Questions

Questions
70

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Fanindra_Surat
Customize the badges you want to showcase on your profile
Re: problem in uploading the package - Adobe Experience Manager 23-08-2021
Hi @user96222 , This usually happens when you have a .dir folder in the package. Look for any .dir folders in your clientlib folder and delete them. Hope this helps.Thanks!

Views

239

Likes

2

Replies

0
Re: How can we restrict DAM from uploading assets without an extension - Adobe Experience Manager 19-08-2021
Hi @P_V_Nair , There is no direct OOTB way of restricting upload of assets without an extension, but you could achieve this with few configurations/customisations as below: 1. AEM by default identifies the mime type of an asset using its extension. For assets without an extension, there will not be any mime type detected. So, to restrict upload of these kind of assets that don't have a detected mime type, Disable the "Allow All Mime" Flag of DAY CQ Asset Upload Restriction configuration. But, wh...

Views

246

Likes

2

Replies

0
Re: How do I access an asset collection while authoring a page - Adobe Experience Manager 19-08-2021
Hi @denise-wright , You are right, Asset Finder while authoring a page doesn't let you browse the collections.The Collections are used for sharing a set of assets for users. The main advantage with Collections is that, assets from different hierarchy/folder/tree can be grouped together and shared, but can't be used as a group for filtering in asset finder - AFAIK Thanks !

Views

158

Like

1

Replies

0
Re: Externalize a URL from a clientlibs script - Adobe Experience Manager 18-08-2021
Hi @aemAmateur , The Externalizer or any resource resolver functions are accessible only in the server side, and the Javascript or clientlibs won't have any visibility to them. For your usecase of externalising or shortening the AEM full urls received from a third party, following could be possible solutions:1. Update the Source (Preferred) : Update the data at the third party with the AEM shortened/externalised URLs and use them as is. Afterall, we wouldn't want to expose the AEM full content p...

Views

154

Likes

2

Replies

0
Re: Frequent Issues with Authoring AEM 6.5 - Adobe Experience Manager 06-01-2021
Can you check the error log at that time and post your findings here. You could potentially find something there.

Views

652

Like

1

Replies

1
Re: Not able to access repo.adobe.com - Adobe Experience Manager 04-11-2020
Adding content-package-maven-plugin resolution error for reference: 16:26:04 [ERROR] Unresolveable build extension: Plugin com.day.jcr.vault:content-package-maven-plugin:1.0.2 or one of its dependencies could not be resolved: Could not find artifact com.day.jcr.vault:content-package-maven-plugin:jar:1.0.2 in central

Views

1.5K

Like

1

Replies

0
Re: Not able to access repo.adobe.com - Adobe Experience Manager 04-11-2020
16:26:04 [ERROR] Unresolveable build extension: Plugin com.day.jcr.vault:content-package-maven-plugin:1.0.2 or one of its dependencies could not be resolved: Could not find artifact com.day.jcr.vault:content-package-maven-plugin:jar:1.0.2 in central

Views

1.5K

Like

1

Replies

0
Re: AEM 6.5.4 Resource resolver Mapping not working - Adobe Experience Manager 25-09-2020
@kirankumark9814 Have you updated the configuration in publish instance? If not, you can have the config file as part of your code package and install it on publish server where you are accessing the page on.

Views

698

Like

1

Replies

1
Re: Not able to publish content from author to publish in... - Adobe Experience Manager 17-09-2020
Hi @Heena06 ,From your logs, your replication agent is configured to point to "localhost:8080". Is your publish server up and running on this port? Please confirm.

Views

495

Like

1

Replies

1
Re: Unable to upload images in 6.5 author using dispatche... - Adobe Experience Manager 16-09-2020
Do you see 200 response for image upload POST calls?

Views

507

Like

1

Replies

0