Re: [dspace-tech] DSpace 7.6.1: Switch to myDSpace page directly after login?

2024-03-28 Thread Sascha Szott
Hi Matthias, we have solved this by adapting one line in src/app/core/auth/auth.effects.ts You need to change the implementation of the redirectAfterLoginSuccess$ method by replacing this.authService.navigateToRedirectUrl(action.payload); with

Re: [dspace-tech] Getting rid of jats-Tags in CrossRef-Import

2024-02-29 Thread Sascha Szott
Hi, we've provided a PR in Github to remove JATS tags in CrossRef abstracts: https://github.com/DSpace/DSpace/pull/9386 Best regards Sascha Am 28.02.24 um 18:32 schrieb Sascha Szott: Hi, we are facing the same problem in the abstract field of the JSON response returned by CrossRef. I've

Re: [dspace-tech] Getting rid of jats-Tags in CrossRef-Import

2024-02-28 Thread Sascha Szott
Hi, we are facing the same problem in the abstract field of the JSON response returned by CrossRef. I've created a Github issue in the DS CRIS project: https://github.com/4Science/DSpace/issues/435 But now I realize that this function is not CRIS specific. Currently, we are trying to

Re: [dspace-tech] Re: DSpace 7.5 - status:401 exception: Access is denied

2023-08-01 Thread Sascha Szott
SSR: https://wiki.lyrasis.org/display/DSDOC7x/Search+Engine+Optimization#SearchEngineOptimization-Ensuretheuserinterfaceisusingserver-siderendering Tim On Tuesday, August 1, 2023 at 7:07:57 AM UTC-5 Sascha Szott wrote: Hi Karol, Tim, thanks again. I think that it is not sufficient to add "

Re: Prywatna wiadomość na temat: [dspace-tech] Re: DSpace 7.5 - status:401 exception: Access is denied

2023-08-01 Thread Sascha Szott
abled features on the wiki or similar. Tim On Monday, July 31, 2023 at 10:40:04 AM UTC-5 Sascha Szott wrote: Hi Tim, SSR is the missing keyword - thank you! I was not aware of the fact that it is enabled. Is there a place (e.g. branch in Github) where we can s

Re: [dspace-tech] Re: DSpace 7.5 - status:401 exception: Access is denied

2023-07-31 Thread Sascha Szott
u Sascha take such actions? Maybe something "crashed" in Angular after this action? Thanks guys, Karol piątek, 28 lipca 2023 o 18:44:44 UTC+2 Sascha Szott napisał(a): Hi Karol, did you checked the requests to /metadata-import and /metad

Re: [dspace-tech] Re: DSpace 7.5 - status:401 exception: Access is denied

2023-07-28 Thread Sascha Szott
Hi Karol, did you checked the requests to /metadata-import and /metadata-export are issued when you access the start page of your DSpace instance? Currently, we see two 401 requests everytime we open the home page of our DSpace instance. We are running DSpace 7.5 / CRIS 2023.01. We are not

Re: [dspace-tech] HTTP Status 404 – Not Found when accessing DSpace

2023-07-26 Thread Sascha Szott
Hi Sushant, replace /jspui by /server to reach the REST endpoint. DS7 does not support JSPUI anymore. Best Sascha Am 26.07.23 um 09:28 schrieb Sushant Virdi: Hello everyone! I installed DSpace 7.5 on my AWS EC2 instance running tomcat 9. The installation went well with no errors as such