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 1eyekq-0005lY-Nz for pgadmin-hackers@arkaria.postgresql.org; Wed, 21 Mar 2018 14:30:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1eyekp-000278-LA for pgadmin-hackers@arkaria.postgresql.org; Wed, 21 Mar 2018 14:30:15 +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 1eyekp-000266-Ci for pgadmin-hackers@lists.postgresql.org; Wed, 21 Mar 2018 14:30:15 +0000 Received: from mail-ot0-x229.google.com ([2607:f8b0:4003:c0f::229]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1eyekl-0006cU-TU for pgadmin-hackers@postgresql.org; Wed, 21 Mar 2018 14:30:13 +0000 Received: by mail-ot0-x229.google.com with SMTP id v23-v6so5791665oth.9 for ; Wed, 21 Mar 2018 07:30:11 -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=owpGHwwcgAFBUsW0G6u2PYqUkA2znq+4P6KUOgw98mE=; b=wubdY3h/AeVwGWlWWhaYFXAYYAhijsxxB8xx7hvca+QGzl0PXD3IgTliuB2/SVMQur 1MYts+66dfsA08V4Yd/kHNp6pMrroQ8RGBOa1r+TvSFG/LEBm8CqUS5RP8Y6wdUUPHqd XkMCHG2bNFGFljAf60UQe21MfMdne7EiIKtm85Pi2kmlWiBzVWonon8Ber4smkq7bhch /ZbgP2phU1HXhspes0pBSQ7aXgwcFt6p1c/n2o5jtsPhq2wxNQZYC38/GFey+dVmHS/2 uhEFb40GsR3tN5oTFqhPtgVRSIGTpcOxqb0FtQYEKufl+RAYZ11hoFKOOAh2p7q5cQMI Ayyg== 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=owpGHwwcgAFBUsW0G6u2PYqUkA2znq+4P6KUOgw98mE=; b=MuCDQuAjixh0mDNAtph4UXZLYNq56Sp+gwZRrRWXVjQumZNZ7N22xzzWrzK/pmle98 z35U/AzMLqvxwIBDEofmtfby0a567thzmaKZ2TGphtv+TgNMI3e1UH0/rmZTVxWtw35O NOc/F9X4GpqlTcJZvL+a8fyjyWhEite/ievG/jKG13hNGYaaGZT0VQTj6iNPpAT1TTou MeKSodCEp9nnJ0xNzVDj1eLVt3SvwV4JFP/jr0gy3N5GFqe/aUn5b1J6cDRlFbSqDH35 OFSu9hNMWwh2A+ABmvPP0RBNZCtnQ9WIr7LRCfzFZY36Sipl3CVwLWgAoBklinGuoXEQ d3mQ== X-Gm-Message-State: AElRT7H06WA+qz3wllSS1jbpa3U1lGJ0vStvdbk3gqBxDh+8phgDSZAo iU1OqfvHPqt82H6zeInZ7izhxe0eDuI8YZRo9yxyWTBe X-Google-Smtp-Source: AG47ELtAyzZ+W5TXhOjWa6b81Xyfre5rL31My/o7oEmtzfeO2ip6HgZkrSGaTH2xbPuv34a9dImVBWjyrZEGmqZMViI= X-Received: by 2002:a9d:1f52:: with SMTP id x18-v6mr12545042otx.291.1521642609840; Wed, 21 Mar 2018 07:30:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.149.198 with HTTP; Wed, 21 Mar 2018 07:29:49 -0700 (PDT) In-Reply-To: References: From: Murtuza Zabuawala Date: Wed, 21 Mar 2018 19:59:49 +0530 Message-ID: Subject: Re: Experiencing issues To: Joao De Almeida Pereira Cc: Khushboo Vashi , pgadmin-hackers Content-Type: multipart/alternative; boundary="0000000000003c34230567ed0704" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000003c34230567ed0704 Content-Type: text/plain; charset="UTF-8" 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 >> >> >> --0000000000003c34230567ed0704 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Yes, that's cookie related issue (RM#31= 97), To fix that I added below in 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 DEFAULT_SERVER
=
Clear your browser cookies and server side session= s.

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


On 21= Mar 2018 19:41, "Joao De Almeida Pereira" <jdealmeidapereira@pivotal.i= o> wrote:
Hello Hackers,
Can an= yone 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.=C2= =A0
Check your config.py and config_local.py if you = have done changes related to DEFAULT_SERVER in your config_local.py then yo= u need to change other 2 cookie related variables also.

Thanks
Joao


--0000000000003c34230567ed0704--