Skip to content

Commit c42d534

Browse files
chore(deploy): fixed cors issue
1 parent 6a722bc commit c42d534

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

apps/frontend-pwa/.env.assessment.stg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
COOKIE_DOMAIN=.klicker.stg.df-app.ch
2-
API_DOMAIN=backend-sls$COOKIE_DOMAIN
2+
API_DOMAIN=assessment-api$COOKIE_DOMAIN
33

44
NEXT_PUBLIC_AVATAR_BASE_PATH="https://sos-ch-dk-2.exo.io/klicker-prod/avatars"
55
NEXT_PUBLIC_IMAGE_BASE_PATH="https://sos-ch-dk-2.exo.io/klicker-prod/img"

deploy/env-uzh-stg/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,15 @@ backendGraphql:
260260
paths:
261261
- path: /
262262
pathType: ImplementationSpecific
263+
- host: backend-sls.klicker.stg.df-app.ch
264+
paths:
265+
- path: /
266+
pathType: ImplementationSpecific
263267
tls:
264268
- secretName: klicker-backend-graphql-tls
265269
hosts:
266270
- api.klicker.stg.df-app.ch
271+
- backend-sls.klicker.stg.df-app.ch
267272

268273
strategy:
269274
type: Recreate

0 commit comments

Comments
 (0)