clarin-dspace icon indicating copy to clipboard operation
clarin-dspace copied to clipboard

frontend can't be deployed on subpath

Open kosarko opened this issue 2 years ago • 1 comments

probably fixed in upstream, see https://github.com/DSpace/dspace-angular/issues/1488 https://github.com/DSpace/dspace-angular/pull/1642

kosarko avatar Feb 13 '23 13:02 kosarko

@milanmajchrak

14305  nvm use v18
14306  source .env-yarn-dev
14307  cat .env-yarn-dev

export NODE_OPTIONS=--max-old-space-size=4096
#export DSPACE_REST_HOST=localhost
#export DSPACE_REST_PORT=8080
export DSPACE_REST_HOST=dspace-dev.ufal.mff.cuni.cz
export DSPACE_REST_PORT=443
export DSPACE_REST_SSL=true
export DSPACE_REST_NAMESPACE=/server
export DSPACE_UI_NAMESPACE=/repository/ui


14308  yarn start:dev

https://github.com/ufal/clarin-dspace/assets/1842385/d6f5665c-1488-4359-b364-b782d3c3be99

kosarko avatar Apr 29 '24 11:04 kosarko