This sound like a cache issue. Can you try opening search results in an incognito window with a query parameter in the URL to ensure you are not fetching anything from the cache? You may use instance URL instead of domain URL.
@kyasam This link describes all the possible approaches in detail : It's a two step process a)Migrating users & groupb)Migrating ACLhttps://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-16448.html?lang=es-ES
On cloud - Assets are stored in the datastore, so there’s no concept of “free space” nodes and properties are stored in Mongo. Again, no concept for “free space”.We have Disk usage reports under assets -> that would show space used by assets under /content/damhttps://experienceleague.adobe.com/docs/...
Are you able to run and view results of sample report ? If yes , can you just update the query (change path ) and results section as mentioned in snapshot.
Did you add any search parameters ? If yes , there is an issue with field type on the cloud that I noticed. So I fixed that field type locally via crxde or copy-pasted search params from other reports. I ran the above report on the cloud instance itself and it gave me the results. This error comes i...
You could look for this metadata property dam:assetState. Either add this in the search filter for search on this or you can also create a custom report using ACS Commons reports that can also be downloaded as csv reporthttps://adobe-consulting-services.github.io/acs-aem-commons/features/report-buil...
@janhavi_singh : Create a new group with 'Contributor' as base group . You may want to choose any other ootb group too based on your need.This would give basic permissions on all paths like /apps , /var etc. Do a deny jcr:all on the main content root project path e.g. /content/<project> and then se...
Some additional inputs that might be of help :Semantic UI dropdown - check country selection dropdown in below linkhttps://semantic-ui.com/modules/dropdown.html#/definition You can type and it would show filter options matching with your inputs. We implemented something similar for keywords filter s...