Re: pgAdmin4 v8.11 candidate builds

From: Usman Khan <umk555(at)gmail(dot)com>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAdmin4 v8.11 candidate builds
Date: 2024-08-20 19:28:23
Message-ID: CANVC+RHJ8Uz7qhYNdBwCJ9bx8PheuvWqSY253=uO+yEqOZuQAA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Akshay/Hackers,

Somehow the download succeeded and I was able to perform release testing on
ubuntu 24.04 and windows 11. I performed the following scenarios with basic
sanity:

- 1. Fresh Installation
- 2. Upgrade scenario (from pgadmin4 8.10 to latest)

The testing went well and no major issue was encountered.
Additionally, I have found following statements in the logs of
pgadmin4(/var/logs/pgadmin4.log) on ubuntu 24.04. I was trying to
investigate it further, but thought at least I should report it as well.

===============================================================
2024-08-20 22:31:20,060: ERROR pgadmin: 400 Bad Request: The CSRF
session token is missing.
Traceback (most recent call last):
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask_wtf/csrf.py",
line 261, in protect
validate_csrf(self._get_csrf_token())
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask_wtf/csrf.py",
line 103, in validate_csrf
raise ValidationError("The CSRF session token is missing.")
wtforms.validators.ValidationError: The CSRF session token is missing.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask/app.py", line
878, in full_dispatch_request
rv = self.preprocess_request()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask/app.py", line
1253, in preprocess_request
rv = self.ensure_sync(before_func)()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask_wtf/csrf.py",
line 229, in csrf_protect
self.protect()
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask_wtf/csrf.py",
line 264, in protect
self._error_response(e.args[0])
File "/usr/pgadmin4/venv/lib/python3.12/site-packages/flask_wtf/csrf.py",
line 307, in _error_response
raise CSRFError(reason)
flask_wtf.csrf.CSRFError: 400 Bad Request: The CSRF session token is
missing.
~

===============================================================

On Tue, Aug 20, 2024 at 6:48 PM Usman Khan <umk555(at)gmail(dot)com> wrote:

> Hi Hackers,
> I have tried multiple attempts to download/install the builds, but it
> seems dead slow for me. I am facing the issue on apt and while downloading
> windows installer. I am already on 20+Mbps connection, I even download a
> couple of installers from the EDB download page without any issue.
> Anyone else facing the issue or any advice in this regard?
>
> On Tue, Aug 20, 2024 at 5:09 PM Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> Fixed a few more issues. The latest candidate builds and source code is
>> available at https://developer.pgadmin.org/builds/2024-08-20-2/
>>
>> On Tue, Aug 20, 2024 at 2:37 PM Akshay Joshi <
>> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>>
>>> Hi All,
>>>
>>> We have found an issue in Windows, RHEL, and Debian platforms in
>>> Dekstop mode, so have to regenerate the candidate build.
>>> The latest candidate builds and source code is available at
>>> https://developer.pgadmin.org/builds/2024-08-20-1/
>>>
>>> On Mon, Aug 19, 2024 at 11:53 PM Usman Khan <umk555(at)gmail(dot)com> wrote:
>>>
>>>> Hi,
>>>> I will verify on ubuntu 24.04 and windows 11. Once it's finished I will
>>>> update here.
>>>>
>>>>
>>>> On Mon, Aug 19, 2024 at 5:48 PM Akshay Joshi <
>>>> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>>>>
>>>>> Hi All,
>>>>>
>>>>> pgAdmin4 v8.11 candidate builds and source code is available at
>>>>> https://developer.pgadmin.org/builds/2024-08-19-1/
>>>>>
>>>>> Yogesh, could you please verify this for Thursday's release?
>>>>>
>>>>>
>>>>> Akshay Joshi
>>>>>
>>>>> Principle Software Architect
>>>>>
>>>>> enterprisedb.com
>>>>>
>>>>> * Blog*: https://www.enterprisedb.com/akshay-joshi
>>>>> * GitHub*: https://github.com/akshay-joshi
>>>>> * LinkedIn*: https://www.linkedin.com/in/akshay-joshi-086497216
>>>>>
>>>>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Yogesh Mahajan 2024-08-22 06:35:57 Re: pgAdmin4 v8.11 candidate builds
Previous Message Usman Khan 2024-08-20 13:48:04 Re: pgAdmin4 v8.11 candidate builds