This error is probably in your reverse proxy, it is linked to the file size, I had the same problem and solved it by adding this line to nginx.conf:
*client_max_body_size 64M;* If you are using Apache, research the equivalent code for it. Restart all services and test to see if it worked. If the problem persists, activate your browser's developer window and also check your reverse proxy logs. Good luck. Em sexta-feira, 12 de julho de 2024 às 04:05:47 UTC-3, Abuzar Hossian escreveu: > Dear Community, > > I am getting an "Item Upload failed" error repeatedly, as shown in the > below image. Earlier It was working fine unfortunately since last 2 days I > am getting this error. Please guide me to resolve the issue at your > earliest. > > [image: Upload Failed_DSpace 7.png] > > Thanks & Regards, > Abuzar > -- 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 Community" 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-community/b249f1ee-fb44-4b9c-868d-68031af0f3fdn%40googlegroups.com.
