首页 > 其他分享 >Uncaught (in promise) ChunkLoadError: Loading chunk commons.xxxxxxxxx failed 浏览器打开多标签时Nuxt崩溃

Uncaught (in promise) ChunkLoadError: Loading chunk commons.xxxxxxxxx failed 浏览器打开多标签时Nuxt崩溃

时间:2024-01-23 16:33:06浏览次数:28  
标签:index Loading 浏览器 chunk commons failed pages Nuxt

报错信息如下:

Uncaught (in promise) ChunkLoadError: Loading chunk commons.pages_index.pages_teacher_index failed. 
(error: http://localhost:3000/_nuxt/commons.pages_index.pages_teacher_index.js)

发生情景:

打开多标签时, Nuxt 程序崩溃:

我有一个 vue 、nuxt 应用程序,当我使用单个选项卡时效果很好

当我打开应用程序的3个选项卡时就会出现这种情况

原因

开发模式-dev下,Nuxt.js 创建 2 个到服务器的持久连接,以接收热更新并保持页面处于活动状态。
每个浏览器对一个站点允许拥有的特定服务器的并发连接数都有自己的限制,因此如果您在同一浏览器的多个选项卡中打开同一个 Nuxt.js 站点,您可能会超过浏览器的限制。

更多信息:

https : //tools.ietf.org/html/rfc6202#section-5.1

 

标签:index,Loading,浏览器,chunk,commons,failed,pages,Nuxt
From: https://www.cnblogs.com/zlshtml/p/17982774

相关文章

  • Failed to configure a DataSource: 'url' attribute is not specified and no embedd
    数据库配置运到这种异常提示,大多数是大数据库配置不对,或者没有读取到.如果是没有读取到,首先考虑在application.yml/application.properties中添加数据库相关配置;在SpringBootApplication注解中进行数据库配置的排除,即@SpringBootApplication(exclude={DataSourceAutoConfigur......
  • Failed to create CoreCLR, HRESULT: 0x80070008--.net core 8 run in docker
    这几天计划打算上传微服务网关和微服务注册中心的docker镜像:Taurus.Gateway、Taurus.RegistryCenter却发现dockerhub在国内无法使用了。目前使用阿里云个人免费版来上传镜像。用.netcore8打包本地测试正常后,上传阿里云,再从虚拟机测试下载运行时出现以下问题:Failedtocre......
  • npm ERR! request to https://registry.npm.taobao.org/axios failed, reason: certif
    前言一直使用npmbuild没问题的,突然出现报错:npmWARNinstallUsageofthe`--dev`optionisdeprecated.Use`--only=dev`instead.npmERR!codeCERT_HAS_EXPIREDnpmERR!errnoCERT_HAS_EXPIREDnpmERR!requesttohttps://registry.npm.taobao.org/axiosfailed,......
  • tensorflow-gpu error:CUDNN_STATUS_ALLOC_FAILED或者self._traceback = tf_stack.extr
    tensorflow-gpuerror:CUDNN_STATUS_ALLOC_FAILED或者self._traceback=tf_stack.extract_stack() 在有些情况下,因为深度学习框架版本更新,细节的变动会使我们的代码最初对应修改:报错信息(出现其中一种):1.Couldnotcreatecudnnhandle:CUDNN_STATUS_ALLOC_FAILED2.self._trac......
  • request to https://registry.npm.taobao.org/vue-loader failed!
    npminstall报错:requestto https://registry.npm.taobao.org/vue-loader failed,reason:getaddrinfoENOTFOUNDregistry.npm.taobao.org解决:https://jingyan.baidu.com/article/acf728fd99b16ff8e510a301.html查看镜像源:npmgetregistryhttps://registry.npmjs.org/国......
  • git push 报错 ! [remote rejected] main -> main (pre-receive hook declined) error
    今天在用gitpush项目的时候,出现了一个报错,记录一下解决方案,以后报同样的错误可以回来看。错误下面是gitpush的详细报错信息:20866@DESKTOP-7R0VL04MINGW64/d/AllProjects/JupyterProjects(main)$gitpushoriginmainEnumeratingobjects:152,done.Countingobjects:......
  • Hive报错:Call From hadoop01/172.23.238.2 to hadoop01:10020 failed on connection e
    问题描述在阿里云服务器上安装的Hadoop和Hive,刚开始关闭了防火墙。但是由于服务器被被黑客安装挖矿程序,所以开启了防火墙。但是即使开启了所有可能的端口,但是在向Hive中插入数据时,依然报错提示:CallFromhadoop01/172.23.238.2tohadoop01:10020failedonconnectionexception......
  • 安装nuxt3报错:Error: Failed to download template from registry: fetch failed
    问题复现:输入命令安装nuxt3pnpmdlxnuxi@latestinitnuxt-app然后出现下面错误ERRORError:Failedtodownloadtemplatefromregistry:fetchfailed 解决方案:配置hosts,Mac中路径是/etc/hosts,在下面追加一行185.199.108.133raw.githubusercontent.com下......
  • archlinux xfce 出现[FAILED] Failed to mount /boot, systemctl status boot.mount出
    开机显示:[FAILED]Failedtomount/boot使用命令systemctlstatusboot.mount后出现mount:/boot:unknownfilesystemtype'vfat':pacman-Qilinux显示安装了6.7.arch3-1版本的内核而uname-a显示6.6.10-arch1-1版本的内核我的环境是archxfce+windows8.1个人原因......
  • 关于error: failed to push some refs to如何解决
    Smiling&Weeping----在你的门前,我堆起一个雪人,代表笨拙的我,把你久等 常见的错误报错内容基本都是error:failedtopushsomerefsto‘远程仓库地址’。导致产生原因我们想把自己本地的某个项目关联到远程仓库并推送上去操作本地项......