Internal Server Error when trying to get my service to direct to my pod

Hey all hope you can help me with this issue. It's driving me bonkers.
It just shows 'Internal Server Error' when I visit the site.

Here is my issue: (I have both my IngressRoute shown here)

This is the issue that made me think it's a traefik issue:

The middleware was just:


apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
  name: https-only
  namespace: example
spec:
  redirectScheme:
    scheme: https
    permanent: true