Hi @tarunkumar , thanks for your response, we did compatibility check and configured AEM Author’s Externalizer OSGi service as well, but still we were not able to see the qr-code, though we were able to see in our local:4502 instance.
Please find OSGI config, kindly please check below config, is this valid or we need to add any further configs.
{
"externalizer.domains": [
"local $[env:AEM_EXTERNALIZER_LOCAL;default=http://localhost:4502]",
"author $[env:AEM_EXTERNALIZER_AUTHOR;default=http://localhost:4502]",
"publish $[env:AEM_EXTERNALIZER_PUBLISH;default=http://localhost:4503]",
"preview $[env:AEM_EXTERNALIZER_PREVIEW;default=http://localhost:4503]"
]
}