flrnd

Results 2 comments of flrnd

Similar behaviour on Gnome 42. I've tried both flatpak and package version. (com.github.johnfactotum.Foliate:6929): Gjs-WARNING **: 11:33:36.484: Unhandled promise rejection. To suppress this warning, add an error handler to your promise...

I had the same problem. In my case, this is what caused the problem: ``` ./node_modules/.cache/mongodb-memory-server/mongodb-binaries/4.0.3/mongod ./node_modules/.cache/mongodb-memory-server/mongodb-binaries/4.0.3/mongod: /lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./node_modules/.cache/mongodb-memory-server/mongodb-binaries/4.0.3/mongod) ``` Fixed it using the...