I’ve been trying to fix a problem with two of my servers not allowing downloads on the mobile app.
I was finally able to track down in the logs that the mobile app accesses the /api2/repos/file/detail api endpoint while the desktop app only uses /api2/repos/file/ one. When I try to view a file’s properties on the web ui I get an error as well, so there seems to be something broken with that endpoint.
Both of these servers were upgraded from older versions, at least v6.
Is there a way to get more verbose error logging other than just a 500 error on the endpoint?
I posted a little more detail in this topic:
Thank you for any help!