Picture of Wolfgang Helmut
Re: Authoring tool - server installation error
by Wolfgang Helmut - Monday, 26 September 2016, 3:17 PM
 

I could resolve the problem:

Guessing that it might be a timeout issue I added in "/adapt_authoring/frontend/src/core/app/config.js" right at the beginning of  " require.config({ " :

waitSeconds: 300,

then the installation completed without errors.

(I am using an older PC as a test server. On the other hand I have not experienced any performance issues so far.)