Stuck on Welcome page

Hello,

I try to setup TruDesk on a clean Debian 9 VM and only get so far to see the Weclome page with the green Lets Start button. Upcon click on that button nothing happens.

Chrome console:
Uncaught SyntaxError: Unexpected token <
install:397 Uncaught TypeError: window.truRequire is not a function
at install:397
(anonymous) @ install:397

TruDesk terminal:
4/12 11:23:08 [1849] - info: trudesk v1.0.10 Copyright © 2014-2019 Chris Brame
4/12 11:23:08 [1849] - info:
4/12 11:23:08 [1849] - info: Running in: development
4/12 11:23:08 [1849] - info: Server Time: Fri Apr 12 2019 11:23:08 GMT+0000 (Coordinated Universal Time)
4/12 11:23:10 [1849] - info: Trudesk Install Server Running…

Node 11.14.0
Yarn 1.15.2
MongoDB 4.0.9
TruDesk: 1.0.10

It may need to be rebuilt.
Try to run yarn run build

Yep, that did it :slight_smile: Thx Chris !