-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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)
hamidreza2005
Metadata
Metadata
Assignees
Labels
No labels