Hey there, ever seen something like this? Moving f...
# support-questions-legacy
j
Hey there, ever seen something like this? Moving from 6.0 to 7.0. Selfhosted. Tenant(, public, public) | What caused the crash: io.supertokens.pluginInterface.exceptions.InvalidConfigException: '[redacted secret postgresql:postgres-password]ql_port' must be of type int That's my env, nothing fancy:
Copy code
yaml
    env:
      - name: "POSTGRESQL_CONNECTION_URI"
        value: "postgresql://postgres:postgres@postgresql:5432/supertokens"
6 Views