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 1eyesU-0006JZ-KS for pgadmin-hackers@arkaria.postgresql.org; Wed, 21 Mar 2018 14:38:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1eyesT-0007mP-KU for pgadmin-hackers@arkaria.postgresql.org; Wed, 21 Mar 2018 14:38:09 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1eyesT-0007mF-Dl for pgadmin-hackers@lists.postgresql.org; Wed, 21 Mar 2018 14:38:09 +0000 Received: from mail-oi0-x243.google.com ([2607:f8b0:4003:c06::243]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1eyesL-0007R4-7c for pgadmin-hackers@postgresql.org; Wed, 21 Mar 2018 14:38:08 +0000 Received: by mail-oi0-x243.google.com with SMTP id t16-v6so4484492oih.3 for ; Wed, 21 Mar 2018 07:38:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=f7YN0w2Z3mPwdeVqELhhOvIb4x+06+yHHFHBi/qXKJY=; b=Dj2B+evKhTiteR9WKPph2XawarsAuAmQMOLr9wL9LdhLiX0Nxz6IDR6uAJL9dl59gV OO56jtzEUmf9IkhtN7p7kgy5F1at3UtV39RDH8WoGbgrKFVzyJiD9UUDg/G3ecpGLLi9 AWwM/GOvpqeuquJdaCXWzqagAFTq0pXFNusYAFK1m5kr9o0/9L9AR+S49PvxpD6zNcul IDgRyPVV9Fyh+VoiydipjTNRpGNaFS8NCPov//hoFSj4go/S8VwM+JVPgCv7H+Ad/IY2 JcdLAgUJzjZrIjHtYPQzy0nG1vZNP7MdlrKCePDhgWDQ2H+8ZwjRDvb0IytZVhjMMpzd 0Shg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=f7YN0w2Z3mPwdeVqELhhOvIb4x+06+yHHFHBi/qXKJY=; b=KRcjjVEFJzpoRQ0Gn2xtko2Fukdr2Ca6M1G8T4ivKSnu4+n4gBYKfuDUCWyGEVsENo HD1iS6diNp1tVeuP6/lT4IaxvhR4qvNf8xfQOteRrioFRXp/TrXhYqnGcYweM1IDpRgP 5lht+mK0ARaU5IPBQqUTRLQUuu1NQtEmx+JZ4N1j2OgSaoUG3FseyILSvp/tXPL5HsuP /5cMswCeG4HR74ZASSi9JTx1wVS1ZV6bu9GkC7i+qc8DV3roXo4M3k+V23xO6PRMDnF+ JtmNXKjwQYkVC9qHPunlnNeUug+iAc2/PUvTyzFGFkw0/h25pGd2riLrNil3GWrhmAMW szSQ== X-Gm-Message-State: AElRT7FzP8bTVAbjMg/tC0uDzxz5fSLx2af6AH9fu4/i1+ymmMqC7e7c sWasgKihXoFyZDKDbD5YLo8xplqVg3Ji002jcdK1Xg== X-Google-Smtp-Source: AG47ELsy7FcJkXMEWqxrnDMmLD7SQKF6nf+W/2KRo4HQBeBIwP4VDpBneBqpGbjCGtkeU16rlU601PHHkcIhREBrhR4= X-Received: by 10.202.191.87 with SMTP id p84mr3661076oif.64.1521643078974; Wed, 21 Mar 2018 07:37:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.149.198 with HTTP; Wed, 21 Mar 2018 07:37:37 -0700 (PDT) In-Reply-To: References: From: Murtuza Zabuawala Date: Wed, 21 Mar 2018 20:07:37 +0530 Message-ID: Subject: Re: Experiencing issues To: Joao De Almeida Pereira Cc: Khushboo Vashi , pgadmin-hackers Content-Type: multipart/alternative; boundary="001a113dd35e32952e0567ed235b" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --001a113dd35e32952e0567ed235b Content-Type: text/plain; charset="UTF-8" Have you cleared server side sessions? rm -rf ~/.pgadmin/sessions/ Make sure to access it with same name as mentioned via DEFAULT_SERVER. if you have DEFAULT_SERVER = '0.0.0.0' then http://0.0.0.0:5050 and if you have DEFAULT_SERVER = '127.0.0.1' then http://127.0.0.1:5050 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Mar 21, 2018 at 8:01 PM, Joao De Almeida Pereira < jdealmeidapereira@pivotal.io> wrote: > 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 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 >>>> >>>> >>>> >> --001a113dd35e32952e0567ed235b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Have you cleared server side sessions?
rm -rf=C2=A0~= /.pgadmin/sessions/
Make sure to acces= s it with same name as mentioned via=C2=A0DEFAULT_SERV= ER.<= /font>
<= br>
if you have=C2=A0DEFAULT_SERVER =3D '0.0.0.0'=C2=A0

<= /span>
and if you have=C2=A0DEFAULT_SERVE= R =3D '127.0.0.1'



-= -
Regards,
Murtuza Zabuawala
EnterpriseDB:=C2=A0http://www.ente= rprisedb.com
The Enterprise PostgreSQL Company

On Wed, Mar 21, 2018 at 8:01 PM, Joao De Alm= eida Pereira <jdealmeidapereira@pivotal.io> wrote= :
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> wrot= e:
= Yes, that's cookie related issue (RM#3197), To fix that I added below i= n my config_local.py and it started working again,

=
DEFAULT_SERVER =3D= '0.0.0.0'=C2=A0
COOKIE_DEFAULT_DOMAIN =3D SESSION_COOKIE_DOMAIN =3D DEFA= ULT_SERVER

Clear you= r browser cookies and server side sessions.

<= /div>

= --Regards,=
Murtuza Zabuawala
EnterpriseDB:=C2=A0http://www.enterpris= edb.com
The Enterprise PostgreSQL Company
<= div><= img src=3D"https://drive.google.com/a/enterprisedb.com/uc?id=3D0B6jGeB3BfKR= MV0t4MEp0YnZCTTA&export=3Ddownload" width=3D"420" height=3D"31">

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> wrote:


On 21= Mar 2018 19:41, "Joao De Almeida Pereira" <jdealmeidapereira@pivotal.i= o> wrote:
=
Hello Hackers,
Can anyone use the current master branc= h?
When I try to open a server I get a 428. Is that only me?
May be because of cookie changes.=C2=A0
Check y= our config.py and config_local.py if you have done changes related to DEFAU= LT_SERVER in your config_local.py then you need to change other 2 cookie re= lated variables also.

Thanks
J= oao



--001a113dd35e32952e0567ed235b--