Getting this error and no chart is rendered, any idea someone?
Got an Spring Boot App with Spring Security
2021-04-09 21:31:44.037 INFO 14183 --- [nio-8080-exec-7]
c.v.f.c.l.i.LitTemplateParserImpl : Couldn't find the definition of the element with tag 'so-chart' in any lit template file declared using '@JsModule' annotations. Check the availability of the template files in your WAR file or provide alternative implementation of the method LitTemplateParser.getTemplateContent() which should return an element representing the content of the template file
2021-04-09 21:31:44.038 INFO 14183 --- [nio-8080-exec-7]
c.v.f.c.l.LitTemplateDataAnalyzer : Couldn't parse template for class com.storedobject.chart.SOChart class. Only specific Lit template format is supported. Please check that your template definition directly contains 'render' method which returns html`_template_content_`.