Issue Details not Showing Up

I deployed Sentry in our Kuberenetes cluster using the Helm chart from https://hub.helm.sh/charts/stable/sentry with following values:

    service:
        type: NodePort
    postgresql:
        enabled: false
        postgresqlHost: postgresql.dbs
        postgresqlPassword: abcd
    redis:
        enabled: false
        host: redis-master.cache
    filestore:
        filesystem:
            persistence:
                size: 2Gi
    hooks:
        dbInit:
            enabled: false

I ran sentry upgrade manually.
I’m able to log in and create a project. Even integrated into a sample frontend application with the generated den. When I open any issue that is logged it doesn’t show any details:

Any idea why this is happening or how can I correct this?