Re: Experiencing issues

Поиск
Список
Период
Сортировка
От Murtuza Zabuawala
Тема Re: Experiencing issues
Дата
Msg-id CAKKotZTY+aZZxzzr68sBeR4ZYz0kdX66W5Jr4jhQt01UyqokaA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Experiencing issues  (Joao De Almeida Pereira <jdealmeidapereira@pivotal.io>)
Список pgadmin-hackers
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' 

and if you have DEFAULT_SERVER = '127.0.0.1'



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



В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: Re: Experiencing issues
Следующее
От: Joao De Almeida Pereira
Дата:
Сообщение: Re: Experiencing issues