Hi Team ,
I'm new to AEM. Trying to create one multifield component. But when I'm drag and drop the component through an error. Please Advice what could be the issue.
Attached required files and screenshots :
Thanks in Advance !
Solved! Go to Solution.
Views
Replies
Total Likes
That means your bundle may not be running with the latest version of it due the AuthorBooks model is not present in that bundle, can you try to delete the bundle and redeploy the code?
Hi,
The error indicates that your Model is not found (resolved), can you please check in the bundles console http://localhost:4502/system/console/bundles if your bundle is in Active state?
@EstebanBustamante Yes it is Active.
That means your bundle may not be running with the latest version of it due the AuthorBooks model is not present in that bundle, can you try to delete the bundle and redeploy the code?
@EstebanBustamante Resolved Thank you ! The same steps i was performed earlier but no luck. This time it got fixed. But wanted to know the root cause.
Sometimes when you are working locally the bundle may not update because the maven artifact does not vary, it is not frequent but I have faced this a couple of times as well, but it only happens on local development when you deploy multiple times with the same artifact version.
Views
Likes
Replies