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: '/'
},
// This example is valid if your Backend is publicly available at 
https://api.mydspace.edu/server/
// The REST settings MUST correspond to the primary URL of the backend. 
Usually, this means they must be kept in sync
// with the value of "dspace.server.url" in the backend's local.cfg
rest: {
    ssl: false,
    host: 'localhost',
    port: 8080,
    // NOTE: Space is capitalized because 'namespace' is a reserved string 
in TypeScript
    nameSpace: '/server'
}
};

On Saturday, 25 June 2022 at 08:55:18 UTC+2 Eldridge van der Westhuizen 
wrote:

> 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 SSL and host pointed to localhost on 
> port 8080
> 3. yarn install went successful
> 4. yarn run build:prod get stuck at "Generating browser application 
> bundles (phase: building)..."
>
> My whole server goes into hanging mode.  I tried another ssh session to 
> look at log files, but everything just hangs.  I have to break the command 
> with Ctrl-C to regain access to my server.  I then tried to clean the build 
> and try again, but the same happens.  I even tried to leave it running for 
> hours, but nothing.  
>
> Any advice on what to look for and log files to interrogate? 
>
> Thanks
>
>
>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/b2f17953-6a0f-4e06-916e-ebd3f0bf7c38n%40googlegroups.com.

Reply via email to