Re: import upload file to pgadmin get CSRF error

2019-06-23 Thread Khushboo Vashi
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_manager/static/js/utility.js > But

Re: import upload file to pgadmin get CSRF error

2019-06-23 Thread Where is Where
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_manager/static/js/utility.js But it doesn't seem to fix the problem. * // We need to a

Re: import upload file to pgadmin get CSRF error

2019-06-23 Thread Khushboo Vashi
On Mon, Jun 24, 2019 at 11:13 AM Where is Where wrote: > 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 mu

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.