I am creating via Ayon REST API a Folder, and then I am creating a Product using that folder’s ID as parent folder id.
In both cases I get the right result back, so folder ID returns with good response and same for product ID I get back the ID of created product and I can use Ayon API to fetch the product via its product ID and it does return properly.
When I to to ayon server’s front end web interface I get this error when I click on the newly created folder in ayon’s browser view, while I would expect to see the product created under that folder in the list.
What is the issue with product here? Do I need to create a version for that product after creating the product?