Re: Experiencing issues

2018-03-23 Thread Khushboo Vashi
Hi, On Wed, Mar 21, 2018 at 9:31 PM, Dave Page wrote: > > > On Wed, Mar 21, 2018 at 3:57 PM, Joao De Almeida Pereira < > jdealmeidapere...@pivotal.io> wrote: > >> Sorry I did not understand what you said. >> This configuration: >> >> DEFAULT_SERVER = '0.0.0.0' >>

Re: Experiencing issues

2018-03-21 Thread Khushboo Vashi
On Wed, Mar 21, 2018 at 10:00 PM, Joao De Almeida Pereira < jdealmeidapere...@pivotal.io> wrote: > Another thing when I do this configuration: > > DEFAULT_SERVER = '127.0.0.1' > SESSION_COOKIE_DOMAIN = 'localhost' > COOKIE_DEFAULT_DOMAIN = 'localhost' > > I get the following exception: >

Re: Experiencing issues

2018-03-21 Thread Joao De Almeida Pereira
Another thing when I do this configuration: DEFAULT_SERVER = '127.0.0.1' SESSION_COOKIE_DOMAIN = 'localhost' COOKIE_DEFAULT_DOMAIN = 'localhost' I get the following exception: builtins.ValueError ValueError: Setting 'domain' for a cookie on a server running localy (ex: localhost) is not

Re: Experiencing issues

2018-03-21 Thread Dave Page
On Wed, Mar 21, 2018 at 3:57 PM, Joao De Almeida Pereira < jdealmeidapere...@pivotal.io> wrote: > Sorry I did not understand what you said. > This configuration: > > DEFAULT_SERVER = '0.0.0.0' > SESSION_COOKIE_DOMAIN = DEFAULT_SERVER > COOKIE_DEFAULT_DOMAIN = DEFAULT_SERVER > > If the application

Re: Experiencing issues

2018-03-21 Thread Khushboo Vashi
On Wed, Mar 21, 2018 at 8:27 PM, Joao De Almeida Pereira < jdealmeidapere...@pivotal.io> wrote: > So what you are saying is that if I have a server, I need to do > DEFAULT_SERVER=0.0.0.0 and then set the real domain on the COOKIE domain? > > No I am saying, whatever you set as a DEFAULT_SERVER,

Re: Experiencing issues

2018-03-21 Thread Joao De Almeida Pereira
So what you are saying is that if I have a server, I need to do DEFAULT_SERVER=0.0.0.0 and then set the real domain on the COOKIE domain? On Wed, Mar 21, 2018 at 10:55 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > On Wed, Mar 21, 2018 at 8:10 PM, Joao De Almeida Pereira < >

Re: Experiencing issues

2018-03-21 Thread Joao De Almeida Pereira
Ok Murtuza you are right, Now my question is I have the default server to 127.0.0.1 and I want to access it using localhost as well. How can I do this? On Wed, Mar 21, 2018 at 10:39 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On 21 Mar 2018 20:01, "Joao De Almeida Pereira"

Re: Experiencing issues

2018-03-21 Thread Khushboo Vashi
On 21 Mar 2018 20:01, "Joao De Almeida Pereira" < jdealmeidapere...@pivotal.io> wrote: I tried that but still nothing. When i check in the inspector for cookies I have none Share your config_local file. On Wed, Mar 21, 2018 at 10:30 AM Murtuza Zabuawala

Re: Experiencing issues

2018-03-21 Thread Khushboo Vashi
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, > >

Re: Experiencing issues

2018-03-21 Thread Dave Page
On Wed, Mar 21, 2018 at 2:29 PM, Murtuza Zabuawala < murtuza.zabuaw...@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 =

Re: Experiencing issues

2018-03-21 Thread Joao De Almeida Pereira
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.zabuaw...@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

Re: Experiencing issues

2018-03-21 Thread Murtuza Zabuawala
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

Re: Experiencing issues

2018-03-21 Thread Joao De Almeida Pereira
Where can I find information about that? On Wed, Mar 21, 2018 at 10:16 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On 21 Mar 2018 19:41, "Joao De Almeida Pereira" < > jdealmeidapere...@pivotal.io> wrote: > > Hello Hackers, > Can anyone use the current master branch? > When

Re: Experiencing issues

2018-03-21 Thread Khushboo Vashi
On 21 Mar 2018 19:41, "Joao De Almeida Pereira" < jdealmeidapere...@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

Re: Experiencing issues

2018-03-21 Thread Dave Page
On Wed, Mar 21, 2018 at 2:11 PM, Joao De Almeida Pereira < jdealmeidapere...@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? > Both ssh and https seem to be working fine for me. -- Dave Page Blog:

Experiencing issues

2018-03-21 Thread Joao De Almeida Pereira
Hello Hackers, Can anyone use the current master branch? When I try to open a server I get a 428. Is that only me? Thanks Joao