Where to look for "field not found, node: enabled"?

Note: I know about the FAQ entry Traefik EntryPoints Documentation - Traefik. BTW thank you for making a FAQ.

The exact error message I get is

2024-07-25T11:41:58+02:00 ERR Skip container traefik-proxy error="field not found, node: enabled" providerName=docker

My understanding is that:

  • there is an entry, somewhere, that says node: enabled
  • this "somewhere" is a dynamically (label-based) generated entry (because providerName=docker)

My question: Is there any other information I can get about where exactly the faulty entry is, or do I need to go through the docker-compose entries for my 76 services? :slight_smile: (the fact that they are managed by portainer makes it somehow more challenging).

If yes, no problem, I will go through the configurations, just wanted to make sure that there isn't an easier way to pinpoint the issue (also for future cases). Everything seems to work so this is not an urgency.

It's probably about labels on container

and has something to do with

But node is a word for the field structure, so don't search for that.

1 Like

Ach, you were right. It was in the Traefik container labels (traefik.enabled instead of traefik.enable). Thanks a lot.

What drove me away is that there is no traefik-proxy container (Traefik runs as proxy-traefik-1) so I did not catch that this was related to its own configuration.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.