Skip to content

Commit 49fd818

Browse files
fix: fix PWA (#523)
1 parent 6026e8e commit 49fd818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if [ "${{ github.event_name }}" == "push" ]; then
6868
echo "NEXT_PUBLIC_OIDC_SERVER_URL=https://${{ steps.set-github-outputs.outputs.url }}/" >> $GITHUB_ENV
6969
else
70-
echo "NEXT_PUBLIC_OIDC_SERVER_URL=https://${{ steps.set-github-outputs.outputs.url }}oidc/realms/demo/" >> $GITHUB_ENV
70+
echo "NEXT_PUBLIC_OIDC_SERVER_URL=https://${{ steps.set-github-outputs.outputs.url }}/oidc/realms/demo/" >> $GITHUB_ENV
7171
fi
7272
-
7373
name: Build Docker images

api/config/packages/framework.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ framework:
66
handle_all_throwables: true
77

88
trusted_proxies: '%env(TRUSTED_PROXIES)%'
9-
trusted_hosts: '%env(TRUSTED_HOSTS)%'
9+
#trusted_hosts: '%env(TRUSTED_HOSTS)%'
1010
# See https://caddyserver.com/docs/caddyfile/directives/reverse_proxy#headers
1111
trusted_headers: [ 'x-forwarded-for', 'x-forwarded-proto' ]
1212

0 commit comments

Comments
 (0)