Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mkmIG-0001t9-N7 for pgadmin-hackers@arkaria.postgresql.org; Wed, 10 Nov 2021 12:01:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mkmIF-00088U-La for pgadmin-hackers@arkaria.postgresql.org; Wed, 10 Nov 2021 12:01:31 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mkmIF-00088L-2s for pgadmin-hackers@lists.postgresql.org; Wed, 10 Nov 2021 12:01:31 +0000 Received: from mail-lf1-x12f.google.com ([2a00:1450:4864:20::12f]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mkmIA-0003ac-KA for pgadmin-hackers@postgresql.org; Wed, 10 Nov 2021 12:01:30 +0000 Received: by mail-lf1-x12f.google.com with SMTP id f18so5420543lfv.6 for ; Wed, 10 Nov 2021 04:01:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=aWL2YUMDNTehe09aI1/QgAROzNYeZsv/vcXBbb/nEc8=; b=hjKvtQd7QCmpoyRKURudPBWU11DMo+aKRNpN+xZz4VStRxPTIWWz3O6P6WReX7rT1x iaqK19zy3XI7E2aH9gGlbl/Oj6C9tSp/MRPFKast4hrBgSbGt8VofJ6q2UGKnZwlJ88N hbBGE4LfzWq964uveq+DEaIOdfVkhaEdaAxnoMUX38FJCAUcLIHN7N6bbjpFkBwOi1jU EwwnvB9FWFJLStk30n+eyQRW/0ba4/sWDZ0IkqAkaV2Ure6wWglkjBS8Z9MDFPg5s6nj uVQeIcHCQ8ETrFkFDAr1681HKoedBtPA+yYTbie+X0Jrm1KFebtUKVg+gUiSy7Qj6SKC 6rAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=aWL2YUMDNTehe09aI1/QgAROzNYeZsv/vcXBbb/nEc8=; b=tWSukXjfuTTNZSq7w2xEexsh+kgNmtCAWvwR1mF1llD9YatgA5PhF8iQeHby3WrwnP NR9pb9o2ADIP++A2TLexo3lnJGGTy9gN74Dd+sSXCv0RUGBgr6O4KA7a13lBQDfQ8YJQ 0wI5VvnGQz3/bj9Ur5JIkCwDZKyxLEVQ7j8UTltNil7bRW7/7WnGo74RUNFTgl9D8rcE fOnRBGPSTLJb9yK+mZlR7lol76CqXMJYvtTAblmC6/mFKoBY8EP0go65lgDhaHZS5jlq wCmDlPnhImQOPu37zrUxyO9TJEPEU9+grMshdBc08zgqiqY5nEBgY+Q2g17hYjHhPl/N BDiQ== X-Gm-Message-State: AOAM530RA1VIYYGeyxITjnr62DFx9DU+JI5FiOSOwAMv/ZCXH1xnuLHJ n3zseAB26MSl24Mc8CPR06GK/y7M2TC4VyLeS9WQUj5zZuvbrunrsSZc95U1EDN2iGWpau7sOc8 6hL9IiKZRFoCDof9lW79vPiOsUON1g8FP74hh21RwiKt+m151aiyP+/scbku8D1VBvHH+hJpqym Fk5lIV+r546pc7g10HHD4SnzyomnMrCCr7CbLtozA53Nm4vd0MSfQwq2sv+ZI2t94= X-Google-Smtp-Source: ABdhPJwvEKrXKNMwnqqTl86MRcivLsONjvNClloqZlCM7X1dkCg0RWJlFlLVDqZZa/tSAc16gfCm0j1AisRDhoxxmLk= X-Received: by 2002:a19:770a:: with SMTP id s10mr15107791lfc.234.1636545685749; Wed, 10 Nov 2021 04:01:25 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Khushboo Vashi Date: Wed, 10 Nov 2021 17:31:14 +0530 Message-ID: Subject: Re: [pgAdmin4][Patch] - RM 6905 - Impossible to load databases To: Ayad Mohamed Cc: "pgadmin-hackers@postgresql.org" Content-Type: multipart/alternative; boundary="000000000000421d5005d06dfce5" X-CLOUD-SEC-AV-Info: enterprisedb,google_mail,monitor X-CLOUD-SEC-AV-Sent: true X-Gm-Spam: 0 X-Gm-Phishy: 0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000421d5005d06dfce5 Content-Type: text/plain; charset="UTF-8" Hi, The change is in the typescript file, so yarn bundle will be required. Have you done that? Thanks, Khushboo On Wed, Nov 10, 2021 at 5:00 PM Ayad Mohamed wrote: > > Hi Khushboo > > > I patched our pgadmin4 6.1 with your patch but we still have the problem. > > > regards > > Ayad Mohamed > > > > > > > > > > > > ------------------------------ > > > -------- Videresendt brev -------- > *Fra*: Khushboo Vashi > > *Til*: pgadmin-hackers > > *Emne*: [pgAdmin4][Patch] - RM 6905 - Impossible to load databases > *Dato*: Wed, 10 Nov 2021 11:06:00 +0530 > > Hi, > > Please find the attached patch to fix the RM #6905 - Impossible to load > databases. > > The database nodes are not getting loaded *behind* *reverse proxy with > SSL*. This issue has been fixed in this patch. > > Note: Yogesh helped me to setup the apache server with reverse proxy with > SSL and to reproduce the issue. > > Thanks, > Khushboo > > --000000000000421d5005d06dfce5 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

The change is in the typescript fil= e, so yarn bundle will be required. Have you done that?

Thanks,
Khushboo

=
On Wed, Nov 10, 2021 at 5:00 PM Ayad = Mohamed <Ayad.Mohamed@stil.dk> wrote:


Hi Khushboo


I patched our pgadmin4 6.1 with your patch but we still have the problem= .


regards

Ayad Mohamed


=C2=A0











=C2=A0
-------- Videresendt brev --------
Til: pgadmin-hackers <pgadmin-hackers@postg= resql.org>
Emne: [pgAdmin4][Patch] - RM 6905 - Impossible to load database= s
Dato: Wed, 10 Nov 2021 11:06:00 +0530

Hi,

Please find the att= ached patch to fix the RM #6905 -=C2=A0Impossible to load databases.=

The database nodes = are not getting loaded behind reverse proxy with SSL. This issue has been fixed in t= his patch.

Note: Yogesh helped= me to setup the apache server with reverse proxy with SSL and to reproduce= the issue.

Thanks,
Khushboo
--000000000000421d5005d06dfce5--