Galaxy NG don't render documentation and content

Hello the community,

I was deploying the galaxy ng in standalone mode to host some collections create by my company.
I managed to build and push the collection on the galaxy but the documentation and the content windows are blank.
I have the error can’t access property collection_readme in the collection windows

and can’t access property symbol, e is undefined in the content windows.

No other error in the logs.

All the other windows are render correctly except the installation windows were it seems that the Readme is not render.

Is that normal? What did I miss?

So after deep digging I found my answer.
For a reason the api used to get the details of the collection doesn’t send back all the information for rendering the documentation.
I guess it will be fix when the pulp ansible will be realese.
I the meantime i modify the front to gather all the informations from different api and recreate the object.