AEM as a cloud | site page is not opening in live copies console since it has large amount of data - aem

Steps to check:
Go to https://{author-env}.adobeaemcloud.com/sites.html/content
From top right corner select references from the dropdown.
Now select checkbox of the hierarchy/page for which you want to see the live copies.
Eg:/sites.html/content/{project-name}/us/en/page
Once you select any page you will see live copies option on the left panel.
Then just select the Live copies option.
From there, check the bottom of the left panel where “Live Copy Overview” button is present.
Just click on it and you will redirect on required console. Now check for the page.
https://{author-env}.adobeaemcloud.com/libs/wcm/msm/gui/content/livecopies.html/content{<project-name}/us/en/page
Actual: page is not opening in live copies console since it has large amount of data.
Expected: All pages should be opened in the live copies console.
I tried above steps in my local, there live copy console opened successfully. What is the exact issue and is there any workaround this issue?

Related

No reaction when dragging into Access form

This post Drag file into Access, how to check the file details? says a BoundObjectFrame can be used as a target to drag and drop files from the Windows Explorer.
I've tried putting one on a form, but when I drag a file onto it, I get the circle-and-slash symbol that says I can't.
I've also tried various other control, including MS Forms textboxes, which are supposed to support drag-and-drop. But in every case I get the symbol.
Can anyone explain why?

How to capture network info in Chrome devtools when clicking a link pop up a new download tab and closed right away?

I’m trying to use chrome devtools to see what network requests are.
But for some links, a new tab will be created for downloading a file and once the file is downloaded the tab is immediately closed.
There is no time to for me to inspect what the network requests are involved in the new tab. Is there a way to force the download in the original window so that I can still see the network activity?
As this answer suggest, yo may want to use chrome net export using chrome://net-export/
How it works?
You open a new tab and enter chrome://net-export/
Press the start logging to disk button and select a file
Do whatever
Press the stop recording button and inspect the file (should be formatted to be readable)
How to reproduce?
function popup() {
window.open('https://google.com', '_blank')
}
<button onclick="popup()">
click me
</button>
You will get WAY more information than you wished for, so - be patient when going over all the traffic details and also - make your recording as targeted and short as possible
Enjoy
EDIT
#Nathan raises a fair point in the comment - this method is not visual. a tool that may help to visualize the data is netlog viewer
Use the link, press the choose file button and upload your json file
In the left menu select events - this will display all events in a big table
Filter table by using URL_REQUEST or
Click each item to inspect and get detailed information (such as: url, headers, method, etc.)
There are other cool tools there (such as timeline) but it is different from chrome dev tools. This solution is just another set of tools for developers, that's all

VS Live Share and Live Server

We are using VS Live Share inside Visual Studio Code and the person who joined cannot open a shared HTML file with the Live Server extension. It says: Cannot GET .../index.html. Does Live Server only work with "local files"? There is also no option to open the shared HTML file in the file system and to open it that way. Help would be nice as quick as possible.
1-press the live share extension icon in the sidebar.
2-inside session details hover over shared servers sub-category.
3-an electrical plug with a green plus sign will show, press on it and an input field will pop up.
4-inside the input field write your localhost port like this e.g: localhost:5500 and press enter.
you can find the number of your port from the bottom right of vs code if you have a live server running. it will look like this: Port:5500.
once you do this a notification will automatically show in your partner's vs code to open the shared live server.

Source page to Live Copy page changes are not reflecting in AEM 6.1

First I tried to a Launch Page, a launch page is a Live Copy of the Source page with rolloutconfig being pushonmodify.
But no matter what I do, any changes that I make on the source page they do not reflect on the Launch Page.
I also tried creating an actual Live Copy using siteadmin but even the same problem appears for manually created LiveCopies.
I have checked the logs and there is nothing present in it.
Why is this happening?
Is there any configuration that I have missed and that is why this is happening?

How to resume file-copying where it left off -- Google Cloud Storage

I'm backing up data in a folder on my hard drive, to Google Cloud Storage.
I cleared browsing data in Chrome, and logged back into the Cloud Console in a different tab; then refreshed the tab that, in the bottom-right of my screen, showed which files were copied; which not done yet; and the file that was currently copying.
That back up status thing has disappeared now.
How do I get it to resume backing up where it left off?
The upload state in the Cloud Console exists only in your browser, not on the Google Cloud Storage server, and you deleted it when you cleared browsing data in your browser and refreshed the tab -- simply logging in again in a different tab cannot make it reappear.