Skip to content

desktop app issueΒ #36

@beaumind

Description

@beaumind

I have a problem with configuring desktop app. I have set these values (followed the instruction)

urls:
      base: "https://hs.domain.com"
      shortcode: "https://hs.domain.com"
      admin: "https://admin.domain.com"
      backend:
        gql: "https://api.hs.domain.com/graphql"
        ws: "wss://api.hs.domain.com/graphql"
        api: "https://api.hs.domain.com/v1"
      redirect: "https://hs.domain.com"
      whitelistedOrigins: "https://hs.domain.com,https://admin.hs.domain.com,app://hs_domain_com,
  http://app.hs_domain_com,https://api.hs.domain.com"

and ports:

ports:
    backend:
      port: 3170
      targetPort: 3170
      protocol: TCP
      name: backend
    frontend:
      port: 3000
      targetPort: 3000
      protocol: TCP
      name: frontend
    admin:
      port: 3100
      targetPort: 3100
      protocol: TCP
      name: admin
    subpath:
      port: 80
      targetPort: 80
      protocol: TCP
      name: subpath

and ingress:

ingress:
    enabled: true
    mainHost: hs.domain.com
    adminHost: admin.hs.domain.com
    backendHost: api.hs.domain.com
    className: traefik

but when in desktop app I add instance with app://hs_domain_com I get error:

Verification error: Key validation failed: HTTP request failed: error sending request for url (http://app/desktop-app-server//hs_domain_com/api/v1/key)

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