AlexRoig

Results 4 comments of AlexRoig

I'm having exactly the same issue. Fresh VM install with CE 2.4.2. Any hints?

I took my existing VM, shut it down, used your modified Vagrantfile and run 'vagrant up' again and it's working perfectly. I kept in my config the NFS mount. Although...

make sure that on your `application.properties` you have included `com.github.appreciated` on `vaadin.whitelisted-packages` key your application.properties should look like this: `vaadin.whitelisted-packages = com.vaadin,org.vaadin,dev.hilla,com.github.appreciated`

I've removed the dependencies of #145. I don't see how handling it on the JS side would help and I think it'd make things more complicated. The problem is that...