🐞 bug report
✍️ Description
When I have responsively open with one website and I enter a new URL in the address bar, it simply reloads the currently open page and replaces my newly entered URL with the initial one.
I can load a different page by starting responsively on the console, passing the new URL as argument.
🕵🏼♂️ Is this a regression?
Since I haven't used responsively for a while, I don't know in which version exactly this happened first. Currently I have 1.18.0 installed
🔬 Minimal Reproduction
- Open responsively
- Enter a URL and wait for site to load
- Enter another URL
🌍 Your Environment
Ubuntu 24.04.4 LTS
Gnome 46
Xorg - Nvidia proprietary driver
Responsively installed via appimage
🔥 Exception or Error or Screenshot
No error message on error, but this is the output when started:
./responsivelyapp.appimage --no-sandbox
[275604:0325/180215.167506:ERROR:cert_verify_proc_builtin.cc(701)] CertVerifyProcBuiltin for www.xupea.com failed:
----- Certificate i=0 (CN=www.xupea.com) -----
ERROR: Time is after notAfter
Failed to fetch extension, trying 4 more times
Failed to fetch extension, trying 3 more times
Failed to fetch extension, trying 2 more times
Failed to fetch extension, trying 1 more times
Failed to fetch extension, trying 0 more times
Error: net::ERR_CERT_DATE_INVALID
at SimpleURLLoaderWrapper. (node:electron/js2c/browser_init:2:50076)
at SimpleURLLoaderWrapper.emit (node:events:514:28)
Checking for update
[Browsersync] Copy the following snippet into your website, just before the closing tag
<script async id="__bs_script__" src="https://localhost:12719/browser-sync/browser-sync-client.js?v=2.27.12"></script>
Update for version 1.18.0 is not available (latest version: 1.18.0, downgrade is disallowed).
checkForUpdatesAndNotify called, downloadPromise is null
[275604:0325/180219.195169:ERROR:cert_verify_proc_builtin.cc(701)] CertVerifyProcBuiltin for localhost failed:
----- Certificate i=0 (O=Internet Widgits Pty Ltd,ST=Some-State,C=GB) -----
ERROR: No matching issuer found
🐞 bug report
✍️ Description
When I have responsively open with one website and I enter a new URL in the address bar, it simply reloads the currently open page and replaces my newly entered URL with the initial one.
I can load a different page by starting responsively on the console, passing the new URL as argument.
🕵🏼♂️ Is this a regression?
Since I haven't used responsively for a while, I don't know in which version exactly this happened first. Currently I have 1.18.0 installed
🔬 Minimal Reproduction
🌍 Your Environment
🔥 Exception or Error or Screenshot
No error message on error, but this is the output when started: