|
Re: Site page error after upgrading from Scout 9 to 10 [message #1840681 is a reply to message #1840655] |
Thu, 22 April 2021 05:21 |
|
Hi Simon,
I'm not sure if your page missing error has something to do with the error from the log. But you should deal with that anyway:
I guess the @TunnelToServer annotation should be on the IPaymentMonthLookupService, and not on the LookupCall. So you should start trying to remove that annotation from your LookupCall class.
Also make sure that you've started the Watcher process, which builds the Web (JavaScript, HTML, CSS) of your Scout application. Without the watcher running, you may see a blank page on startup.
Cheers
André
Eclipse Scout Homepage | Documentation | GitHub
|
|
|
|
Re: Site page error after upgrading from Scout 9 to 10 [message #1840694 is a reply to message #1840690] |
Thu, 22 April 2021 07:31 |
|
This depends on how you've migrated. If you've created a Scout 10 project with the Scout archetype you should have the following launch configs:
- [webapp] all.launch
- [webapp] dev server.launch
- [webapp] dev ui.launch
- [webapp] js build.launch
"all" is a compound launcher which starts all required launchers you need, when you work with Scout (dev server, dev ui and js build).
You need to launch all three of them. Probably you haven't started the "js build.launch"? This launcher simply triggers the NPM build, as described in the migration guide, step #25:
https://eclipsescout.github.io/10.0/migration-guide.html
So if you prefer that, you could also run "npm run build:dev" from your terminal.
André
Eclipse Scout Homepage | Documentation | GitHub
|
|
|
|
Powered by
FUDForum. Page generated in 0.04443 seconds