[dspace-tech] Update to DSpace 8 from Dspace 7.6.2 angular frontend problems

2025-01-21 Thread Matthias Letsch
Hi there, I am trying to update our DSpace 7.6.2 instance to Dpace 8.0 The backend update didn't cause any problems. It runs and our test url with /server shows the HAL browser with Status 200 and all the endpoints working. But the angular frontend turns out to be a major challenge: A merge wit

[dspace-tech] Re: Update to DSpace 8 from Dspace 7.6.2 angular frontend problems

2025-01-21 Thread Andrew Thompson
Checkout "403 Forbidden" error with a message that says "Access is denied. Invalid CSRF Token" section from the Installing DSpace docs.

[dspace-tech] Re: Mensaje privado sobre: Search with double quotes in DSpace 7

2025-01-21 Thread Andrew Thompson
DSpace uses Apache Solr under the hood and directly queries it. DSpace copies all of its fields into a search_text field which is very likely to include both Jaume Melendres, and Melendres, Jaume. See here

[dspace-tech] Re: HOW TO MOVE dspace-angular FOLDER TO ANOTHER DISK

2025-01-21 Thread Gary Hsu
Hi, I am running Dspace via docker, but by reading this documentation (https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace) you should be able to solve this problem. If your Dspace instance is running locally, read point 11. If you intend to run the app with the http connection (for pro

Re: [dspace-tech] metadata import issue -

2025-01-21 Thread Andrew Thompson
The csv file has lots of blank rows. Probably why your other email is hitting an invalid UUID error message. Also, try deleting columns and rows you don't need from the csv to make it easier to reason about. Double-check your process for creating the file too since it might have invalid charact