Manual frontend not working as expected

Hey Treafik folk!

I got a frontend/backend configured configured like:

[backends]
  [backends.domain]
    [backends.domain.servers.domain]
     url = "http://10.0.8.4:80"

[frontends]
  [frontends.domain]
   backend = "domain"
   [frontends.domain.routes.domain]
    rule = "Host:domain.com"

due to a a temporary thing outside of treafik I need to point the main domain to a non docker instance. But when this is deployed it causes it to default to the treafik default cert and the frontend looks all wacky. What am I doing wrong?
Capture

Resolved, it seems that their was maybe an extra space somewhere in that specific frontend rule. I copy pasted from another one and it worked.