Hi Lewatle, Screenshots don't really help much to debug errors in DSpace 7. It's much more useful to find the underlying error message text reported by either the UI or in the backend logs. See our Troubleshooting guide for information on finding the underlying error message:
https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove) In the screenshots you shared, the only one that gives a "clue" is the one that shows the red "POST" command returning a 405 response. However, the reason why it returns that error is unclear because you haven't looked at the backend logs to see if any errors were reported there. A 405 error means that your REST API said that a POST request is "invalid"...but the reason may only be found in the backend logs. As a sidenote, your "dspace.ui.url" should NOT include "/home". Remove that subpath, as that also may cause issues (and it might even cause that 405 error, not sure). "dspace.ui.url" should be the base URL of your site...and "/home" is not the base URL, instead that would be the URL of your site's homepage. Good luck & let us know on this list what you find. Tim ________________________________ From: [email protected] <[email protected]> on behalf of Lewatle Johannes Phaladi <[email protected]> Sent: Tuesday, April 12, 2022 8:51 AM To: DSpace Technical Support <[email protected]> Subject: [dspace-tech] Re: DSpace 7.2 unable to login on frontend Good Day, please receive attached screenshots indicating config changes on both local.cfg and dspace.cfg files also the web interface results when trying to register user. in tomcat I have published backend using symbolic link, see results on attached file, hope that can give indication of where error comes from Regards, Lewatle On Tuesday, 12 April 2022 at 08:18:52 UTC+2 Lewatle Johannes Phaladi wrote: Thanks a lot Darryl, I am rechecking the config files as you have indicated. Regards, Lewatle On Monday, 11 April 2022 at 22:36:08 UTC+2 [email protected] wrote: In that last screenshot it looks like you're mixing HTTP and HTTPS URLs. I'd double check the config.*.yml files for frontend and the local.cfg on the backend, to ensure everything is matching up. - Darryl On Monday, April 11, 2022 at 12:06:44 PM UTC-6 [email protected] wrote: Dear DSpace Colleagues, I have installed DSpace 7.2 and created initial admin user from 7.2 backend and when I try to logon to frontend it loads endlessly, please see attached screenshots. Regards, Lewatle -- 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]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/112ef21b-677b-4f9a-8e9c-51134411ea00n%40googlegroups.com<https://groups.google.com/d/msgid/dspace-tech/112ef21b-677b-4f9a-8e9c-51134411ea00n%40googlegroups.com?utm_medium=email&utm_source=footer>. -- 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/PH0PR22MB327473A7EFDAF5432B2963D9EDED9%40PH0PR22MB3274.namprd22.prod.outlook.com.
