well, I've also tried using Cloud SDK. It seemed to be working fine.
On the side note
- our project targets AEM 6.5.14, so it would be better to run the same version in the local environment
- I didn't have same issue when was using MacBook based on intel processor
I have the same issue with 6.5.14 on MacBook M1 Monterey 12.6.3 + JDK 11 x arm64
The AEM instance could work properly for several days, then becomes currupted for no apparent reason.
Any help will be appreciated
I've almost finished AEM Remote REACT SPA tutorial using AEMaaCS SDK.
The last part - "Dynamic routes and editable components" is not working for me though
https://docs.mktossl.com/docs/experience-manager-learn/getting-started-with-aem-headless/spa-editor/remote-spa/spa-dynamic-routes.html?lang=en...
I've come up with the working solution Runmodes are passed to the servlet. Here's the example: private DataUpdate servlet;@Mockprivate MockSlingHttpServletRequest req;@Mockprivate SlingSettingsService settingsService;@Mockprivate SlingSettingsService settingsService;@BeforeEachvoid setUp() { ser...
I'm using SlingSettingsService to get runmides in the sling servlet. Any idea how to set runmodes in the test file uisng Junit5 so the servlet could read them when you run doGet(req, res) test? Thanks,Eugene