下一个js https://my_website_address/_next/static/chunks/webpack-332dbc5711e5ed.js net:: err aborted 404
我的网站 https://gracious-mclean.45-194-27-50 .plesk.page/
这是错误。我想不通。
在韦尔塞尔一切都很好。 (我正在使用 plesk、VDS 服务器)
emirpreview.vercel.app
My website https://gracious-mclean.45-194-27-50.plesk.page/
Here is the error. I couldn't figure it out.
In vercel everythings fine. (Im using plesk, VDS server)
emirpreview.vercel.app
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我遇到了同样的问题,并通过从
next.config.js
中删除assetPrefix: "."
来解决它。I had the same issue and solved it with removing
assetPrefix: "."
fromnext.config.js
.我不知道为什么,但我在 next.config.js 中将reactStrictMode 设置为 false,然后错误消失了。
i don't know why but i turned the reactStrictMode to false in next.config.js, then the error disappeared.