Could you please provide a new Version for Vaadin 14? I get his exception:

Could you please provide a new Version for Vaadin 14?
I get his exception:

java.lang.IllegalStateException: Couldn’t find the definition of the element with tag ‘file-download-wrapper’ in any template file declared using ‘@JsModule’ annotations. Check the availability of the template files in your WAR file or provide alternative implementation of the method getTemplateContent() which should return an element representing the content of the template file
at com.vaadin.flow.component.polymertemplate.NpmTemplateParser.getTemplateContent(NpmTemplateParser.java:135)
at com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer.parseTemplate(TemplateDataAnalyzer.java:200)
at com.vaadin.flow.component.polymertemplate.TemplateInitializer.(TemplateInitializer.java:91)
at com.vaadin.flow.component.polymertemplate.PolymerTemplate.(PolymerTemplate.java:88)
at com.vaadin.flow.component.polymertemplate.PolymerTemplate.(PolymerTemplate.java:103)
at org.vaadin.olli.FileDownloadWrapper.(FileDownloadWrapper.java:25)

I’ll try to find some time to create a V14 branch. Thanks for noticing!

Are you using Compatibility mode? There was an issue with compatibility mode that was hopefully fixed with version 3.0.1.

Can you try with both the latest Vaadin version and the latest version of the add-on? In a simple test project, I wasn’t able to reproduce this issue.

I have the same problem, on a simple test project it works, but not in my “real” project. Both projects uses the same vaadin version.

If you do manage to create a reproducible sample project, let me know.