No show packages http://server.int/pulp/repos/MyOrg/Library/custom/PostgreSQL_11/PostgreSQL11/Packages/b/

Problem:
I create a new product with its repository and I synchronize it. The task completes successfully and shows the packages but when I access by web ( http://myserver.int/pulp/repos/MyOrg/Library/custom/PostgreSQL_11/PostgreSQL11/Packages/b/ )it show the directory but no packages.
Expected outcome:
Get the package and content view working
Foreman and Proxy versions:
Foreman -1.21 and proxy 1.21
Foreman and Proxy plugin versions:
katello 3.11
Other relevant data:

[e.g. logs from Foreman and/or the Proxy, modified templates, commands issued, etc]
(for logs, surround with three back-ticks to get proper formatting, e.g.)

logs

Hey @Carlos_Lorenzo, thanks for sharing. This behavior is expected when the repository is synced with the Download Policy of on demand, this will only download packages from the CDN as clients request them in order to save space on the system. If you change to Immediate and sync, all packages are downloaded to the Katello instance and will be available at that location. Hope this helps!

Hey @John_Mitsch.
I made the change and it works correctly. Thanks for your quick response and help.

Best regards.