Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jannikstdl opened this issue Jun 25, 2024 · 2 comments
Open

Comments

@jannikstdl
Copy link

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
@jannikstdl jannikstdl changed the title Failed to SignUp Failed to SignUp (An error occurred, please reload the application) Jun 25, 2024
@qvignaud
Copy link

Actually you might have the same problem than me: getlago/lago#368

@jdenquin
Copy link
Contributor

@jannikstdl you also need to expose the api svc, I assume that the error you have in console is a 404?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants