Danny Martini
Danny Martini
@alexgrozav All the failing e2e tests have nodes with issues. Not sure how this passed before while the check was on the FE. Maybe the tests somehow bypass this or...
I think I have the same issue. I'm trying to start it from the CLI and it never opens a window. It also does not output debug logs:  It...
Oh, I assumed `--debug-stdout` redirects from stderr to stdout 🤦🏾 Logs ``` [15:31:00.914] DEBUG: Using configuration directory: /home/despairblue/.config/SalSoft/SQLiteStudio [15:31:00.915] DEBUG: SQLite extension: "/usr/lib/sqlitestudio/extensions/compress.so" [15:31:00.915] DEBUG: SQLite extension: "/usr/lib/sqlitestudio/extensions/csv.so" [15:31:00.915] DEBUG:...
That makes sense, I had the same issue with avidemux and had to change the platform there too. Thanks for fixing it ❤️
This has been [implemented in v2](https://github.com/n8n-io/n8n/pull/22745) now, which should be released next week. But you can check the RC releases already, just be aware that they are beta. Thanks @Cadiac...