Patrick Othmer
Patrick Othmer
@tomtom5152 Check out the new v2 design: https://www.kickstarter.com/projects/conorpatrick/solo-v2-safety-net-against-phishing/description It should have a more robust case.
I have the same issue but with a MariaDB 10.6 cluster.
Have the same issue. [8.0 iso image](https://enterprise.proxmox.com/iso/proxmox-ve_8.0-2.iso) works. Tested with grub2 & normal boot. Partition Style: GBT Ventoy Version 1.0.96 More details: ``` Welcome to the Proxmox VE 8.1 installer...
Maybe helpful here: ```go l := launcher.New(). Headless(false). Devtools(true) defer l.Cleanup() // remove launcher.FlagUserDataDir url := l.MustLaunch() browser := rod.New().ControlURL(url).Timeout(time.Minute).MustConnect() defer browser.MustClose() page := stealth.MustPage(browser) page.MustNavigate("https://www.wikipedia.org") ```
Fixed with pull request #16
Same issue here