I am trying to execute todomvc sample Sightly app. After creating a package and installing it on AEM, when I try to view the Todo page (created by package) by navigating to
http://localhost:4502/content/todo.html
It shows up as blank page. When I checked the error log, I found following exception:
GET /content/todo.html HTTP/1.1] com.day.cq.wcm.core.impl.WCMDeveloperModeFilter Error during include of SlingRequestPathInfo: path='/content/todo/jcr:content', selectorString='null', extension='html', suffix='null'
org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: No use provider could resolve identifier: libs.granite.sightly.templates.ClientLibUseObject
Kindly guide me what I am missing.