I am currently trying to migrate a Vaadin 8 gradle project to Vaadin 14. When I package the project for production, it works fine, and the Vaadin app runs. When I attempt to run the project in eclipse, I get the following error:
Loading failed for the <script> with source “http://localhost:31415/VAADIN/static/client/client-4C23589935A74206212F474A719FC41C.cache.js”.
I saw a lot of other posts with similar questions, but none had a sufficient resolution. Nothing I have tried so far from Vaadin forums or github has worked.
Edit: I think I figured out part of the problem. For some reason, jetty is looking for the VAADIN folder in the bin directory within my eclipse project. It should first be looking in the classpath. This works in the compiled production version, but not in the development version of my project