404 using Treafik for Subpaths

Hi,

I vuejs app that works fine locally. The app has the following paths:
/
/Profile
/Register/12121212

the treafik is working for / but not for /Profile or /Register/12121212 getting nginx 404 error, so it looks like it finding the backend ok (normally if treafik has not been setup correct, get a nice message with 404 Page Not found).

Here is my config:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: traefik-ingress
namespace: default
annotations:
kubernetes.io/ingress.class: traefik
traefik.frontend.rule.type: PathPrefixStrip
traefik.ingress.kubernetes.io/router.tls: “true”
nginx.ingress.kubernetes.io/use-regex: “true”
spec:
rules:

Any guidance / help would be great.

Thank you
Paul.