pantsel / konga

More than just another GUI to Kong Admin API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

konga docker startup happen error

tiandong19860806 opened this issue · comments

Hi all,

When I startup konga container, there has error happened as below:

TypeError: Cannot read property 'collections' of undefined.

Could you help to check why cause this error.

Thanks.

  1. envirment as below:
    OS : CentOS 7.9 x64
    Docker : Docker version 20.10.17, build 100c701
    Postgresql : postgresql-12
    kong: kong-3.0.1.x64

  2. konga yml file:
    image

  3. check db and account is OK
    image

  4. error as below:
    docker ps -a
    docker logs a2d64ea3dec3
    (1) start konga
    image
    (2) check konga log error
    image

I've been having this error trying to migrate Konga from a PostgreSQL 11 to a 13 environment, seems that Konga latest version doesn't support PostgreSQL version > 11 right now.
You can downgrade your version to 11 and see if it works correctly

This project is almost abandoned.