Re: [dspace-tech] DSpace 7 SSL - ui and backend on one domain name

2022-06-25 Thread Karol Sokalski
Hi Tim, Now, it's all clear. Thanks, Karol piątek, 24 czerwca 2022 o 17:09:14 UTC+2 Tim Donohue napisał(a): > Hi Karol, > > No, in your config.prod.yml, the REST API needs to be the *public*​ URL. > This is something that often confuses people. While the "ui" settings are > usually set to

[dspace-tech] Re: DSpace-CRIS 7 User Interface - Angular: Build hanging

2022-06-25 Thread Eldridge van der Westhuizen
Also just posting the contents of my environment.prod.ts file in the /src/environments directory: export const environment = { ui: { ssl: false, host: 'localhost', port: 4000, // NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript nameSpace:

[dspace-tech] DSpace-CRIS 7 User Interface - Angular: Build hanging

2022-06-25 Thread Eldridge van der Westhuizen
Hi all Installed the DSpace-CRIS backend successfully and all tests working fine. Started with the frontend. 1.git clone https://github.com/4Science/dspace-angular.git 2. Changed the config of the config.prod.yml file a) Kept ui section same as example b) Change rest section to not use