Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1eyemr-0005yj-IB for pgadmin-hackers@arkaria.postgresql.org; Wed, 21 Mar 2018 14:32:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1eyemq-000631-D2 for pgadmin-hackers@arkaria.postgresql.org; Wed, 21 Mar 2018 14:32:20 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1eyemE-0003QY-Li for pgadmin-hackers@lists.postgresql.org; Wed, 21 Mar 2018 14:31:42 +0000 Received: from mail-io0-x244.google.com ([2607:f8b0:4001:c06::244]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1eyemA-0006hA-AV for pgadmin-hackers@postgresql.org; Wed, 21 Mar 2018 14:31:40 +0000 Received: by mail-io0-x244.google.com with SMTP id b20so6906836iof.5 for ; Wed, 21 Mar 2018 07:31:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pivotal-io.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=SmazgbzfkiifC7e22J9R4an0jrEtNHS6zibuF/wNjI4=; b=svS8vZIF8z6THLznRQVaLoym+deNAHKG+uj1i1F/o/DgvfL8CkEe2YozIg+xwz8vvz dqOEBH4biMQgY2Fvwn59gQ4vc54AfCEPBIKpgTQJgj9uSR80bn0aPzwcc/QtU7WMt1re aNzIFCwjJcxliCig0oP6ScpjANPeoDeZSdYV3gGgLhf/qhVrz3e8MJJdZrh4VsgD4cR9 FQSJlwYbmDD+EV2xwYUQwL+tuSpmYu0H/fb2ildKSWPId4qXT7DGf2I7AiOxaXh/TBGB tH6gPldLp0mRGIhdx8oKTkyCSkqLXYg8bfLpT5k/szezmPiS3ajgtWxXfqn8/evbEiXi VB0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=SmazgbzfkiifC7e22J9R4an0jrEtNHS6zibuF/wNjI4=; b=tq98pL74IxDyFP/LfG6MDVxM/lLw7oO0yUzWm8qayA5z4Ryql/2+1Nfq+O7TRG+8Ym 7/lL0yVF2xyN2bIvmsn5EJ+M/AQnpKjOqXpGmnUOyqA1I4RRq31Bw2WReiibGsmx1WQX DByGZjCjL4xTJI0TIL4fk1hXgGVSVDTrmsOCeFYx04A86JLixEyxE8+ij6HQIt+v85mU zrgIadspV1QcPVYFrgpTNVNoeowynU1qmK0tDUnglTGh5cFqDfC+zQqAneMLifbfJUfd doEdFGn5sz/Q3+Q/jGMfHflocjTFrS9UZNCsU1SQOfezdZfyOzOG0zMPmehN2IjbAAeM 0aYA== X-Gm-Message-State: AElRT7GflitBI8lhM+t1yohd63NMFeNQgo302/7hHz8bgCaHwFA9ni+M kY0/L2vlB6HK9G59bxt7vEG5zMcNeS3fDTEMIOJMFg== X-Google-Smtp-Source: AG47ELuqCpdQmMV+JKRnK88YEEldHBPS7bAV/HOVYlwlSQM2FuD39ImkfaLHuUs1DCrYnobzRTuQSRMvJrZRT2wUZXw= X-Received: by 10.107.39.5 with SMTP id n5mr20437792ion.189.1521642696274; Wed, 21 Mar 2018 07:31:36 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Joao De Almeida Pereira Date: Wed, 21 Mar 2018 14:31:25 +0000 Message-ID: Subject: Re: Experiencing issues To: Murtuza Zabuawala Cc: Khushboo Vashi , pgadmin-hackers Content-Type: multipart/alternative; boundary="001a11406f18632e5f0567ed0c8e" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --001a11406f18632e5f0567ed0c8e Content-Type: text/plain; charset="UTF-8" I tried that but still nothing. When i check in the inspector for cookies I have none On Wed, Mar 21, 2018 at 10:30 AM Murtuza Zabuawala < murtuza.zabuawala@enterprisedb.com> wrote: > Yes, that's cookie related issue (RM#3197), To fix that I added below in > my config_local.py and it started working again, > > DEFAULT_SERVER = '0.0.0.0' > COOKIE_DEFAULT_DOMAIN = SESSION_COOKIE_DOMAIN = DEFAULT_SERVER > > Clear your browser cookies and server side sessions. > > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > > On Wed, Mar 21, 2018 at 7:55 PM, Joao De Almeida Pereira < > jdealmeidapereira@pivotal.io> wrote: > >> Where can I find information about that? >> >> On Wed, Mar 21, 2018 at 10:16 AM Khushboo Vashi < >> khushboo.vashi@enterprisedb.com> wrote: >> >>> >>> >>> On 21 Mar 2018 19:41, "Joao De Almeida Pereira" < >>> jdealmeidapereira@pivotal.io> wrote: >>> >>> Hello Hackers, >>> Can anyone use the current master branch? >>> When I try to open a server I get a 428. Is that only me? >>> >>> May be because of cookie changes. >>> Check your config.py and config_local.py if you have done changes >>> related to DEFAULT_SERVER in your config_local.py then you need to change >>> other 2 cookie related variables also. >>> >>> Thanks >>> Joao >>> >>> >>> > --001a11406f18632e5f0567ed0c8e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I tried that but still nothing. When i check in the inspec= tor for cookies I have none

On Wed, Mar 21, 2018 at 10:30 AM Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.= com> wrote:
Yes, that's cookie related issue (RM#3197), To fix that= I added below in my config_local.py and it started working again,

DE= FAULT_SERVER =3D '0.0.0.0'=C2=A0
COOKIE_DEFAULT_DOMAIN =3D SESSION_COOKIE= _DOMAIN =3D DEFAULT_SERVER

<= div class=3D"gmail_default">Clear your browser cookies and server side sessions.


<= div>
--
Regards,Mur= tuza Zabuawala
EnterpriseDB:=C2=A0http://www.enterprisedb.com
= The Enterprise PostgreSQL Company

=

On Wed, Mar 21, 2018 at 7:55 PM, Joao De Alm= eida Pereira <jdealmeidapereira@pivotal.io> wrote= :
Where can I find infor= mation about that?

On = Wed, Mar 21, 2018 at 10:16 AM Khushboo Vashi <khushboo.vashi@enterprisedb.com<= /a>> wrote:


On 21 Mar = 2018 19:41, "Joao De Almeida Pereira" <jdealmeidapereira@pivotal.io= > wrote:
Hello Hac= kers,
Can anyone use the current master branch?
When I try to= open a server I get a 428. Is that only me?
=
May be because of coo= kie changes.=C2=A0
Check your config.py and config_l= ocal.py if you have done changes related to DEFAULT_SERVER in your config_l= ocal.py then you need to change other 2 cookie related variables also.

<= div class=3D"gmail_quote">
Thanks
Joao


--001a11406f18632e5f0567ed0c8e--