@DiegoOl1 can you elaborate your issue? Check whether asset is published and if you are able to access the asset in publisher.Check whether you are able to access the asset with IP address, if it is working fine then check with dispatcher configs/rules.Verify the browser console errors and dispatche...
@Shaheena_Sheikh You can update the component group and update the type where it is used. So that next time when you deploy it will pick and install. If you want your asset to be in same group. Similar to below screenshot. If not you can keep your custom component in your project and update the ref...
@Harish_Deva hope this helps you!!1. Follow Adobe site for more details https://experienceleague.adobe.com/docs/certification/program/technical-certifications/aem/aem-professional/aem-sites-p-developer.html?lang=en2. Refer Udemy some times they provide mock exams. https://www.udemy.com/ 3. Refer bel...
@knki verify the structure of your project and compare with wknd. Make sure it matches same set of levels and page properties. 1. Verify the error logs, are you getting any errors?2. Verify the page structure and page properties.3. Look for any browser console errors.4. Alternate case, overlay the i...
By default it will be enabled. Refer below link.https://experienceleague.adobe.com/docs/experience-manager-65/content/assets/managing/video-renditions.html?lang=en
If it is in Prod and you are trying to upload using dns url https://<MyProjectPatEnvironment.com>//etc/acs-tools/csv-asset-importer.html It should work, it doesn't matter whether you are trying local or stage or prod. I used to do using dns url not through localhost. Only thing you have to make sure...
@gvk19694 whats the error you are getting in error logs? Can you please share the error logs? It is straight forward it should work, have you compared your schema & csv file column properties? Have you tried giving permissions to assets folder where you kept the assets. eg: chmod -R 777 <folder name...
@Ronnie09 If you just need original asset to be playable then have you tried disabling ogg, flv & other renditions? For me sometimes it took more time to get the asset renditions and play them, worst case it may never happen as well. I can see you tried to upload 300+ MB video asset, I would suggest...
@P_V_Nair before you try below steps make sure to have proper back up. 1. Have tried removing the jar frm .m2 folder?2. Are you getting class not found error in buiild or after deployment?3. Have you tried removing the old jars from system console and try to install the package with new versions?4. ...
@Ronnie09 Usually when you upload several video assets it will take time to extract and process renditions. You may have to wait for sometime to load all the xmp, metadata and rendition extraction. Since those are adobe supported formats you should be able to play the original renditions. Also make ...