|
Re: Error 404 after migrating to Scout 11 [message #1843750 is a reply to message #1843743] |
Mon, 16 August 2021 17:26 |
|
Hi Luis
Did you run the NPM/webpack build that generates all frontend resources (*.html, *.js, *.css etc.)? I believe the "dist" folder where the files are written to has been changed from your.project.ui.html/dist to your.project.ui.html/target/dist. You should find an Eclipse launch config in the "run" or "tools" menu to start the js build. Rebuilding the workspace is not sufficient, since that only invokes the Java compiler.
If you did run the build, check the "target" folder of your *.ui.html module. You should find a "dist" folder with a "dev" or "prod" folder (depending on whether you are running in development mode or not). Check that the required files are present, and that they are listed in the "file-list" file.
Regards,
Beat
|
|
|
|
Powered by
FUDForum. Page generated in 0.03688 seconds