Вечная загрузка в postgres4SQL. Поставил 13 версию и произошла проблема с загрузкой. Устанавливал все как обычно.
в логах ошибка 401
2020-12-22 13:45:58,743: ERROR flask.app: 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.
Traceback (most recent call last):
File "C:/Program Files/PostgreSQL/13/pgAdmin 4/venv/Lib/site-packages\flask\app.py", line 1811, in full_dispatch_request
rv = self.preprocess_request()
File "C:/Program Files/PostgreSQL/13/pgAdmin 4/venv/Lib/site-packages\flask\app.py", line 2087, in preprocess_request
rv = func()
File "C:\Program Files\PostgreSQL\13\pgAdmin 4\web\pgadmin\__init__.py", line 676, in before_request
abort(401)
File "C:/Program Files/PostgreSQL/13/pgAdmin 4/venv/Lib/site-packages\werkzeug\exceptions.py", line 822, in abort
return _aborter(status, *args, **kwargs)
File "C:/Program Files/PostgreSQL/13/pgAdmin 4/venv/Lib/site-packages\werkzeug\exceptions.py", line 807, in __call__
raise self.mapping[code](*args, **kwargs)
werkzeug.exceptions.Unauthorized: 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.
2020-12-22 13:45:59,343: ERROR flask.app: 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.
Traceback (most recent call last):
File "C:/Program Files/PostgreSQL/13/pgAdmin 4/venv/Lib/site-packages\flask\app.py", line 1811, in full_dispatch_request
rv = self.preprocess_request()
File "C:/Program Files/PostgreSQL/13/pgAdmin 4/venv/Lib/site-packages\flask\app.py", line 2087, in preprocess_request
rv = func()
File "C:\Program Files\PostgreSQL\13\pgAdmin 4\web\pgadmin\__init__.py", line 676, in before_request
abort(401)
File "C:/Program Files/PostgreSQL/13/pgAdmin 4/venv/Lib/site-packages\werkzeug\exceptions.py", line 822, in abort
return _aborter(status, *args, **kwargs)
File "C:/Program Files/PostgreSQL/13/pgAdmin 4/venv/Lib/site-packages\werkzeug\exceptions.py", line 807, in __call__
raise self.mapping[code](*args, **kwargs)
werkzeug.exceptions.Unauthorized: 401 Unauthorized: The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.