HTML Operation Support Portal Compilation and Usage

Hi @all,

I tried to install and use the new operation portal from version 8 and I´m failing to get it to run.

I installed the api server. Setup runs fine.

If I browse the webpage of the api server a blank page is displayed.

After that I set the HTML compile base configuration parameter in designer.

First compile did not work at all.

I found by searching logfiles that npm just ignores every proxy which is configured and needs a own one.

So I set the proxy

cd C:\ProgramData\nodejs\node-v8.11.3-win-x64
npm config set proxy [myProxy]
npm config set proxy [myProxy] -g
npm config set https-proxy [myProxy]
npm config set https-proxy [myProxy] -g

After that compile at least is running, but takes about 20 to 30 minutes to finish.

If I go to the api page again, a white page is still displayed.

How to get this page to run?

Why is compiling this taking half an hour?

Parents Reply Children
No Data