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 1eyer2-0006G3-6N for pgadmin-hackers@arkaria.postgresql.org; Wed, 21 Mar 2018 14:36:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1eyer0-00076x-MX for pgadmin-hackers@arkaria.postgresql.org; Wed, 21 Mar 2018 14:36:38 +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 1eyer0-00076n-HC for pgadmin-hackers@lists.postgresql.org; Wed, 21 Mar 2018 14:36:38 +0000 Received: from mail-oi0-x233.google.com ([2607:f8b0:4003:c06::233]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1eyeqv-0007QU-Lb for pgadmin-hackers@postgresql.org; Wed, 21 Mar 2018 14:36:37 +0000 Received: by mail-oi0-x233.google.com with SMTP id 71-v6so4454448oie.12 for ; Wed, 21 Mar 2018 07:36:32 -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=sy6qtCzXJHVENtk047HOCkzWZM7wBqvMV8wuCurnV3M=; b=xI4ih6BBxQ1mQkYTUDmcgPHnwrwolWBLRiEDek08515FP8qkj4Zz4YIZDuCUi3Z4Ke 0x839QW013xtd4GzK/utHFEdXXVAoWlj+kPPkKPNhUBKPJLKml0C7d0cjUEo6246TPAp 2xOfeGrZlssD7bc8X9s31Me+Foht8zHWGTDuNzutLk4BIzGKXM5FVbHOvx+5sCPStzL4 HDTp3twPAhSow/5uffa5kMZlD7DwHYnSuqZN0WMZ0wpsHt62TYOBX1S5mlM0IEvlPEPI LlzJUmFPRfXNRLOO7X8SOC3s6WDQEJtOYbT6GxJW/cyNpLU8dSz1jZxE5HQN4MxHYQHb Nkqw== 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=sy6qtCzXJHVENtk047HOCkzWZM7wBqvMV8wuCurnV3M=; b=MGi91Lh0uhZqB/khPRaIM3swnu1TSipT4lJbSKbXmjrPE0LuZihkLiHjZahWid6PYc jdig86eKYAf8flWHT6kL3aFID926vyQvdEh68a20PxcuQUWlSv0lT5RxNLNgCGKkmWfM CQ/k/B9h1evstmrgcObJFuI8/A21eQb9vSh3QAyxkOq8W0Np/gx/4uxxd0skKhLrOGo2 gfWUenUrpdiDGKWbXNyjjZmAy8eC/2K+60OkZVtjMkjAeu1In7GXM8GEADoVa8ZWPiZV Llcvou3O08gIaV0MUXf+M5ZH5aGiZJ7NCn3A7m1VS4n7vVbd2tVpJT3cn72vGvELu0aQ zuiw== X-Gm-Message-State: AElRT7F2jB1BhNNPQKXas4LCMAC0aE+9TmaKrFlfFYRJZUryOtAZIwvA l80ItkiTi5cdPB7tUFiE3Lp5HnODAqkIAFhklHEZ/w== X-Google-Smtp-Source: AG47ELs4k92RsBIAFMtNuADber9zfJeXv/2m+4NfmrbYX+j4+eOFmT4jOBixf8beSiknmoALR/1QKU0uEJ7E7L+eEWM= X-Received: by 10.202.183.2 with SMTP id h2mr12423716oif.127.1521642990661; Wed, 21 Mar 2018 07:36:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.138.251 with HTTP; Wed, 21 Mar 2018 07:36:30 -0700 (PDT) Received: by 10.74.138.251 with HTTP; Wed, 21 Mar 2018 07:36:30 -0700 (PDT) In-Reply-To: References: From: Khushboo Vashi Date: Wed, 21 Mar 2018 20:06:30 +0530 Message-ID: Subject: Re: Experiencing issues To: Dave Page Cc: Murtuza Zabuawala , Joao Pedro De Almeida Pereira , pgadmin-hackers Content-Type: multipart/alternative; boundary="001a113cd336ef0af70567ed1d84" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --001a113cd336ef0af70567ed1d84 Content-Type: text/plain; charset="UTF-8" On 21 Mar 2018 20:02, "Dave Page" wrote: On Wed, Mar 21, 2018 at 2:29 PM, Murtuza Zabuawala 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 > I haven't had to do that - and the 3.0 packages I just built for Windows and Mac worked fine on fresh VMs without anything like that being needed. These changes required when you change DEFAULT_SERVER in config_local.py -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --001a113cd336ef0af70567ed1d84 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


On 21 Mar 2018 20:02, "Dave Page" <dpage@pgadmin.org> wrote:


On Wed,= Mar 21, 2018 at 2:29 PM, Murtuza Zabuawala <murtuza.za= buawala@enterprisedb.com> wrote:
Yes, that's cookie related issue (RM#3197), To fix t= hat 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

I haven't had to do that - and the 3.0 packages = I just built for Windows and Mac worked fine on fresh VMs without anything = like that being needed.
These changes required when you change DEFAULT_SERVER in con= fig_local.py
--
Dave Page
Blog: http://pgsnake.blogspo= t.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com=
The Enterprise PostgreSQL Company

--001a113cd336ef0af70567ed1d84--