tiredofit / docker-traefik-cloudflare-companion

Automatically Create CNAME records for containers served by Traefik
MIT License
404 stars 65 forks source link

9207 Content-type must be application/json #77

Open C-Blais opened 2 years ago

C-Blais commented 2 years ago

Summary

Records are throwing errors during what appears to be a validation step.

Steps to reproduce

Starts after [monitoring] step in container start

What is the expected correct behavior?

I'd expect the records to be marked as present

Relevant logs and/or screenshots

" cf-companion | Image: tiredofit/traefik-cloudflare-companion | Version 6.8.5 Type 'image_changelog' for details cf-companion | Repository/Issues/Support: https://github.com/tiredofit/docker-traefik-cloudflare-companion/ cf-companion | Sponsor me for development and upkeep: https://www.tiredofit.ca/sponsor cf-companion | cf-companion | 2022-09-30.01:41:27 [WARN] [timezone] Timezone: New_York does not exist - Using 'Etc/GMT' cf-companion | 2022-09-30.01:41:27 [NOTICE] [monitoring] Container configured for monitoring with 'zabbix modern' cf-companion | 2022-09-30.01:41:28 [STARTING] [traefik-cloudflare-companion] [1] Starting Traefik Cloudflare Companion cf-companion | 2022-09-30.01:41:28 [STARTING] [monitoring] [1] Starting Zabbix Agent (modern) 6.2.1 cf-companion | [ERROR] record1.domain.com - 9207 Content-type must be application/json. cf-companion | [ERROR] record2.domain.com - 9207 Content-type must be application/json. "

Environment

Any logs | docker-compose.yml

" cf-companion: container_name: cf-companion image: tiredofit/traefik-cloudflare-companion:latest restart: always volumes:

Possible fixes