we have deploy dspace 7 backend and works well in localhost
we are trying to install dspace frontend on the same banckend server. and make it accessible from localhost:4000/dspace
( compile dspace-angular with the following parameters: ssl:false host: localhost port: 4000 nameSpace: /dspace baseUrl: '/dspace/' )
the compilation generates a dist/server directory.
the dspace ui does not work properly and generates 500 errors.
we noticed that the baseUrl and nameSpace values are not taken into consideration.
the generated urls are localhost:4000/dspace/dspace/statistic... instead of loaclhost:4000/dspace/statistic .....
at each url the '/dspace/' part is repeated
how to configure dspacce-angular baseurl and href to have dspace ui accessible with the url localhost:4000/dspace
thanks for help