Nuxt本地隧道模块

问题描述 投票:0回答:1

我有一个Nuxt.js项目,我安装了以下模块。@nxtjslocaltunnel.

我按照指示做了,在我的nuxt.config.js模块中

modules: ['@nuxtjs/localtunnel']

我在我的nuxt.config.js中运行 npm run dev 命令,但我无法进行外部访问。

我尝试在 https:/localtunnel.me。 但我得到404错误。

localhost nuxt.js
1个回答
1
投票

这可能是localtunnel或你的localtunnel连接的问题,可能涉及SSH。你可以运行 DEBUG=* npx localtunnel -p 8000 看看你是否收到错误信息。

顺便说一下,我目前收到的信息是 localtunnel:client tunnel server offline: unable to verify the first certificate,而且它没有返回子域。

© www.soinside.com 2019 - 2024. All rights reserved.