Skip to content

Failed to SignUp (An error occurred, please reload the application) #56

@jannikstdl

Description

@jannikstdl

Hello,

if i want to sign up on my deployed applicaltion on K8s i get this error:

image

I haven't changed any vaule except the required frontUrl and apiUrl + i added an internal ingress on top.

Ingress looks like this:

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: lago-ingress
  namespace: namespace-one
  annotations:
    kubernetes.io/ingress.class: nginx-mpls
    nginx.ingress.kubernetes.io/use-regex: "true"
spec:
  rules:
    - host: billing.ai.company.intern
      http:
        paths:
          - path: /(.*)
            pathType: ImplementationSpecific
            backend:
              service:
                name: lago-front-svc
                port:
                  number: 80
  tls:
    - hosts:
        - billing.ai.company.intern
      secretName: tls-secret

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions