Without the [file] provider specified in the config, when I call "traefik storeconfig" it doesn't pull any of the data from the .toml config file to the kv store in consul.
With the [file] provider, the configuration is pulled into the consul kvstore, however, the consul and file provider have conflicting back/frontends, and certain dynamic changes to the consul provider are then not reflected by Traefik (I touched on this in a post yesterday) . Conflicting changes to consul include changing just the url of a backend in consul provider while the static file provider is not changed, routing conflicts.
Is there a way to have the convenience of populating the kvstore with "traefik storeconfig" and changing it dynamically without the static [file] provider causing trouble?