In the apache logs, I see a number of GETs that look like:/server/api/authz/authorizations/search/object?uri=https://udc-prd.lib.umn.edu/server/api/core/sites/0175ee52-5642-4302-89a1-99c444e5bd2c&feature=isCollectionAdmin&embed=featureIs this what you are referring to? With different features like isCommunityAdmin, etc. Likely the stuff I am looking for. All of them result in a code 200; no errors.The same urls in the HAL browser result in:{
"_links": {
"self": {
"href": "https://udc-prd.lib.umn.edu/server/api/authz/authorizations/search/object?uri=https://udc-prd.lib.umn.edu/server/api/core/sites/0175ee52-5642-4302-89a1-99c444e5bd2c&feature=isCollectionAdmin"
}
},
"page": {
"size": 20,
"totalElements": 0,
"totalPages": 0,
"number": 0
}
}Again, no errors (but no results either)Does this look right?Yep, I'm on 7.2 on both ends!!~~BillOn Tue, Feb 8, 2022 at 3:11 PM Tim Donohue <tim.d...@lyrasis.org> wrote:Good luck!
It's definitely not a configuration issue...this area of the code is not configurable. It's either got to be an error causing it, or the data sent to the frontend from the backend is incorrect (make sure your backend is also running 7.2 obviously, as both frontend & backend should be on the same version.)
Let us know what you find (on the list please, so that if others hit this, they can figure out what worked for you)
Tim
From: Bill Tantzen <tant...@umn.edu>
Sent: Tuesday, February 8, 2022 2:50 PM
To: Tim Donohue <tim.d...@lyrasis.org>
Subject: Re: [dspace-tech] administrator actions in 7.2Oh no, I'm sure it's not a code issue; I was thinking it was a new configuration setup. I'll check the logs and see if there is any help there. This worked fine in 7.0 and 7.1 (as well as the demo site), and I'm for sure a member of the Administrator group, so it's a little weird!~~Bill
dspace-angular.json configuration for PM2? That's the directory where PM2 should run the "yarn run serve:ssr". So, if that "cwd" directory is your 7.1 root folder, it'll
always run 7.1. If it's your 7.2 root folder, it should always run 7.2.