Hi All,
I tried recently install the design server v10.1.2 and first I got errors when the installation tries to update the debian packages (apt-get update). The error is because the nodejs image is based from has the underlying OS debian 9 (stretch). However the urls http://deb.debian.org/debian/dists/stretch/... don't exist anymore (packages urls are available from debian version 10 not older).
What I did then is not ideal but I changed the version of the nodejs image in the Dockerfile (located in ./node-context folder). I used the same version than the one used in design server v11 install :
FROM node:14.21.3
The install is now going all the way correctly but when I try to access via the web browser, I got the error :
404 page not found
I tried the http and the https urls (with the corresponding ports).
Anyone has the same issue?
Best Regards,
Thomas
------------------------------
Thomas Lucas
------------------------------