Hi,
I am trying to make remote SPA work using AEM next.js solution.
I am using this github repo - adobe/aem-nextjs-template: This app demonstrates how to write a simple app rendering AEM Pages and C...
I created AEM repo using 39 archetype version, aemVersion=cloud and frontendModule=react.
I am able to run the next.js application successfully on http://localhost:3000 but while opening it on AEM(locahost:4502- editor /preview mode) the page is showing blank.
All packages are installed and the app bundle is also in active state. No errors in console.
Added the SPA url in the properties also. Refer attached screenshots.
How can I view my next application on AEM so that i am able to edit the content through aem?
I am new to AEM author tool and I am not able to figure out what I am missing.
Any help will be appreciated!
Solved! Go to Solution.
Views
Replies
Total Likes
Thats the issue.. you need enable cross origin policy in your osgi congratulation
Could you look on the errors in developer console.
@RashidJorvee,
There are no errors in dev console but some deprecation and CORB warnings. Could that be the issue?
If yes, how can I resolve it so I don't get this blank page while running AEM author?
Thats the issue.. you need enable cross origin policy in your osgi congratulation