We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm attempting to run this locally, against a local AEM SDK instance with the WKND repo deployed from https://github.com/adobe/aem-guides-wknd.
In theory, this should give me the latest content for the WKND project.
In practice, the newsletter content required by the app at https://publish-p7452-e12433.adobeaemcloud.com/us/en/newsletter.html isn't in the content from the WKND project at https://github.com/adobe/aem-guides-wknd/tree/main/ui.content.sample/src/main/content/jcr_root/content/wknd
newsletter
Where should I get the necessary content to enable running this app locally?
I can run the app locally and it reflects the remote version at https://publish-p7452-e12433.adobeaemcloud.com
The app doesn't render any content as it can't find the required content paths.
I'm on a mac, running the latest versions from github main branch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm attempting to run this locally, against a local AEM SDK instance with the WKND repo deployed from https://github.com/adobe/aem-guides-wknd.
In theory, this should give me the latest content for the WKND project.
In practice, the
newsletter
content required by the app at https://publish-p7452-e12433.adobeaemcloud.com/us/en/newsletter.htmlisn't in the content from the WKND project at https://github.com/adobe/aem-guides-wknd/tree/main/ui.content.sample/src/main/content/jcr_root/content/wknd
Where should I get the necessary content to enable running this app locally?
Expected Behaviour
I can run the app locally and it reflects the remote version at https://publish-p7452-e12433.adobeaemcloud.com
Actual Behaviour
The app doesn't render any content as it can't find the required content paths.
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
I'm on a mac, running the latest versions from github main branch
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: