When we are trying to upload a pdf, as you can see in the image added we are receiving the data in the API and the PDF's are getting uploaded well. But on the CMS we are unable to view the same

System Information
  • Strapi Version: v4.0.7
  • Operating System: Ubuntu 20.04
  • Database: MySQL v5.7.x
  • Node Version: v14.19.0
  • NPM Version: 6.14.16
  • Yarn Version:

Problem:

When we are trying to upload a pdf, as you can see in the image below we are receiving the data in the API and the PDF’s are getting uploaded well.

But on the CMS we are unable to view the same.

Let me also run through the entire data structure once:

  1. Fixed Deposits contain accordion.
  2. Each accordion consists of dropdowns.
  3. Each dropdown contains PDF’s.

Our derivation of the problem:

We think that because the PDF field is nested inside dropdown and accordion at large, this nesting might be creating an issue with rendering the element.

Would request help with a solution for the same.

Link to Screen Recording

Known issue: https://github.com/strapi/strapi/issues/11955