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:
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