Re: import upload file to pgadmin get CSRF error

2019-06-27 Thread Where is Where
i, Jun 28, 2019 at 6:31 AM Where is Where wrote: > >> Is there a way to apply this bug fix on a installation on redhat?The 4.9 >> redhat yum package is not available yet. Thanks! >> > > No, Release version of JS files are bundled by webpacker, so it is not > feasible

Re: import upload file to pgadmin get CSRF error

2019-06-27 Thread Where is Where
Is there a way to apply this bug fix on a installation on redhat?The 4.9 redhat yum package is not available yet. Thanks! On Tue, Jun 25, 2019 at 9:30 AM Where is Where wrote: > Thank you! I will wait for the release on Thursday. Will the redhat yum > package be updated too? Or can I do

Re: import upload file to pgadmin get CSRF error

2019-06-24 Thread Where is Where
t; > > On Mon, Jun 24, 2019 at 11:42 AM Where is Where wrote: > >> Thank you! I just saw that too. I tried to apply that diff only: >> https://redmine.postgresql.org/projects/pgadmin4/repository/revisions/08b78fb6a11283731cdf59d2a29fdc75e459582e/diff/web/pgadmin/misc/file_manag

Re: import upload file to pgadmin get CSRF error

2019-06-23 Thread Where is Where
gAdmin.FileUtils.fileConnector, *headers: csrfToken,* Thanks, Junran On Mon, Jun 24, 2019 at 3:47 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > On Mon, Jun 24, 2019 at 11:13 AM Where is Where wrote: > >> Hello, we are trying to import csv f

import upload file to pgadmin get CSRF error

2019-06-23 Thread Where is Where
Hello, we are trying to import csv file to database from pgadmin, but when uploading file it reports ' 400 Bad Request Bad Request The CSRF token is missing. ' I looked at config.py but can't find any related setting. Any idea is much appreciated.