You may want to double check your Angular UI configurations. That error almost seems to be saying it's hitting an infinite loop while trying to contact your REST API.
Maybe your "rest" settings in your environment.prod.ts are incorrect, or point at a URL that is redirecting elsewhere? You also may want to look at whether anything is being logged in the REST API when this error occurs. More information on troubleshooting DSpace 7 issues is at https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove) If you are certain your configs are correct, we may need more information about your setup to help out. Please make sure to send it to this list, so that others can learn & help! Tim ________________________________ From: [email protected] <[email protected]> on behalf of Kosmas Kaifel <[email protected]> Sent: Wednesday, August 4, 2021 5:08 AM To: DSpace Technical Support <[email protected]> Subject: [dspace-tech] DSpace 7.0 Hi all, I have installed DSpace 7.0 on Debian Version 10. The backendserver works very well. But when I start the frontendserver (angular) I receive the following errormessage from the angular-server. [HPM] Proxy created: / -> http://dspace7-test.rz.uni-ulm.de:8080/server/sitemaps [11:07:14 GMT+0200 (Central European Summer Time)] Listening at http://dspace7-test.rz.uni-ulm.de:4000/ Environment: Production ERROR RangeError: Maximum call stack size exceeded at String.replace (<anonymous>) at trimLeft (/dspace/sw/dspace-angular-run/node_modules/url-parse/index.js:17:38) at new Url (/dspace/sw/dspace-angular-run/node_modules/url-parse/index.js:178:13) at Url (/dspace/sw/dspace-angular-run/node_modules/url-parse/index.js:181:12) at Object.spDS.exports.getEmbedSizeParams (/dspace/sw/dspace-angular-run/dist/server/main.js:252213:24) at DspaceRestResponseParsingService.process (/dspace/sw/dspace-angular-run/dist/server/main.js:233622:51) at /dspace/sw/dspace-angular-run/dist/server/main.js:233657:41 at Array.forEach (<anonymous>) at DspaceRestResponseParsingService.process (/dspace/sw/dspace-angular-run/dist/server/main.js:233656:18) at /dspace/sw/dspace-angular-run/dist/server/main.js:233657:41 Best Regards Kosmas -- +---------------------------------------------------------------+ Universität Ulm Kommunikations- und Informationszentrum (kiz) Abt. Informationsmedien Albert-Einstein-Allee 37 89081 Ulm Tel. 0731/50-15495 EMail: [email protected] +----------------------------------------------------------------+ -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/3f56d18b-5d7a-f6fc-c898-b831d8c7ea9a%40uni-ulm.de. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/DM5PR2201MB1148C0FECEE66C81520397E4EDF19%40DM5PR2201MB1148.namprd22.prod.outlook.com.
