You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good afternoon, on my new computer (m1 / ventura) the module refuses to work. I don’t know how this is possible, but on the old one everything is fine (intel / high siera). The problem is that when calling ngrok asynchronous functions nuxt stops and nothing further happens
nuxt.hook("listen",async(_server,{port})=>{if(options.authtoken){awaitngrok2.authtoken(options.authtoken);// here}url=awaitngrok2.connect({...options,addr: port});// and herenuxt.options.publicRuntimeConfig.ngrok={url};nuxt.options.cli.badgeMessages.push(`Public URL: ${chalk2.underline.yellow(url)}`);});
If you remove these calls, then the nuxt will start, but in this case the module will not work either.
I am attaching a screenshot of the terminal, nothing happens after launch
The text was updated successfully, but these errors were encountered:
Good afternoon, on my new computer (m1 / ventura) the module refuses to work. I don’t know how this is possible, but on the old one everything is fine (intel / high siera). The problem is that when calling ngrok asynchronous functions nuxt stops and nothing further happens
If you remove these calls, then the nuxt will start, but in this case the module will not work either.
I am attaching a screenshot of the terminal, nothing happens after launch
The text was updated successfully, but these errors were encountered: