Forked the repo, replaced the normal docker image with the ai beta image and tried deploying on heroku. Everything else, including the env vars, are unchanged. Get this error:
2023-11-30T10:17:49.116207+00:00 app[web.1]:
2023-11-30T10:17:50.978629+00:00 app[web.1]: Initializing n8n process
2023-11-30T10:17:51.209885+00:00 app[web.1]: Error: There was an error initializing DB
2023-11-30T10:17:51.210157+00:00 app[web.1]: DatabaseError: no pg_hba.conf entry for host "54.155.157.92", user REDACTED, database REDACTED, no encryption
2023-11-30T10:17:53.306402+00:00 heroku[web.1]: Process exited with status 1
2023-11-30T10:17:53.327263+00:00 heroku[web.1]: State changed from starting to crashed
Has anyone successfully deployed the ai beta image to heroku?
Thanks!