I created a new AEM SPA project using archetypeVersion=36 with absolutely no custom code — it’s a completely clean, out-of-the-box project.
The pages render correctly, but the AEM error log keeps showing this warning:
GET /content/demoproject/us/en.model.json HTTP/1.1]
org.apache.sling.models.impl.via.ResourceSuperTypeViaProvider
Could not determine forced resource type for JcrNodeResource,
type=nt:unstructured, superType=null,
path=/conf/demoproject/settings/wcm/templates/spa-page-template/structure/jcr:content/cq:responsive
using via value
Is there any way to fix this warning or prevent it from appearing?