API in gateway not visible in the dashboard

Hi Thibault,

I got similar errors with this db config set as yours is:

"use_db_app_configs": true,
"db_app_conf_options": {
"connection_string": "http://localhost:3000",
"node_is_segmented": false,
"tags": []
}

Try changing the connection-string so it looks like this:

"use_db_app_configs": true,
    "db_app_conf_options": {
        "connection_string": "http://tyk_dashboard:3000",
        "node_is_segmented": false,
        "tags": ["test2"]
    }

Let me know if this changes your logs at all.

Regards
Josh