[Need Help] Cant link Google Home assistant

Hello,

I try evry tip here in forum, i forward my home assistant in apache maybe the issue is here.

my apache config is

ProxyRequests Off
          ProxyVia Off
          ProxyPreserveHost On

          <Proxy *>
            Order deny,allow
            Allow from all
            # Use following line instead of the previous two on Apache >= 2.4
            # Require all granted
          </Proxy>

          AllowEncodedSlashes On
          ProxyPass "/" "http://10.147.17.18:8123/"

RewriteEngine on
RewriteCond %{HTTP:Upgrade} websocket [NC]
RewriteCond %{HTTP:Connection} upgrade [NC]
RewriteRule ^/?(.*) "ws://10.147.17.18:8123/$1" [P,L]

my home assitant config is

google_assistant:
  project_id: correct project ip
  service_account:
    private_key: "pgp-key"
    client_email: "client email"
  report_state: true

Still no sucefully

here home grafh have 100% error

Logger: homeassistant.components.google_assistant.http
Source: components/google_assistant/http.py:208
Integration: Google Assistant (documentation, issues)
First occurred: 10:45:37 (4 occurrences)
Last logged: 11:24:31

try too a caddy proxy same issue