Mohamed

Results 7 comments of Mohamed

> Also with the new update it is possible for the `ssConnection.isBroken` to be undefined and causes the package to fall over > > ``` > if (sshConnection.isBroken) { >...

Same issue and I am not using vuestic/nuxt or nuxt-content-assets (edit) I realized that removing the module nuxt-mongoose resolves this issue but I don't know if is a problem of...

Use last dev build for spigot 1.19+. ![image](https://user-images.githubusercontent.com/20746840/193336781-06ab97b1-0bad-46c7-9160-62fff28fd9d2.png)

> So after troubleshooting for a few minutes, I found that the issue seems to be related to the missing redirectTo option in the parameters: > > ``` > options:...

Same issue with the next plugin: ```ts import mongoose from "mongoose"; import { createTunnel, type ServerOptions } from "tunnel-ssh"; export const connections: { name: string; connection: mongoose.Connection }[] = [];...

How is the progress on this?