Trezor Suite bug reporting

relative to Ticket ID: 211056.
Anyone else has recently experienced the following error message using Trezor Suite on Linux 22.04LTS when launched by the command line?

./Trezor-Suite-24.1.2-linux-x86_64.AppImage
bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?)
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
Error: failed to get recent blockhash: TypeError: fetch failed
at l.onMessage (/tmp/.mount_TrezorqyYOAT/resources/app.asar/dist/app.js:1:113891)
at t.CONTEXT.post (/tmp/.mount_TrezorqyYOAT/resources/app.asar/dist/workers/blockbook-worker.js:1:11137)
at g.errorResponse (/tmp/.mount_TrezorqyYOAT/resources/app.asar/dist/workers/blockbook-worker.js:1:12964)
at g. (/tmp/.mount_TrezorqyYOAT/resources/app.asar/dist/workers/solana-worker.js:1:221394)
at Generator.throw ()
at a (/tmp/.mount_TrezorqyYOAT/resources/app.asar/dist/app.js:1:1568279)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
Error: net::ERR_INTERNET_DISCONNECTED
at SimpleURLLoaderWrapper. (node:electron/js2c/browser_init:2:50076)
at SimpleURLLoaderWrapper.emit (node:events:514:28)
at SimpleURLLoaderWrapper.emit (node:domain:489:12)