Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧐[问题 | question] 使用 @ant-design/pro-cli 搭建的项目,长时间不操作后(12小时左右),本地开发环境就会报错,找不到request方法 #10908

Closed
Emperorywh opened this issue Aug 25, 2023 · 1 comment
Labels

Comments

@Emperorywh
Copy link

Emperorywh commented Aug 25, 2023

🧐 问题描述 | Problem description

使用 @ant-design/pro-cli 搭建的项目,长时间不操作后(12小时左右),本地开发环境就会报错,找不到request方法,线上也会报错。强刷浏览器或者重启项目也没用。手动清除浏览器设置之后,就恢复正常了

💻 示例代码 | Sample code

🚑 其他信息 | Other information

这是本地报错
image

这是生产环境报错
image

OS:

Node:18
Umi:4.0.72

浏览器 | browser:Edge、谷歌浏览器

@chenshuai2144
Copy link
Collaborator

这个问题可能是由于长时间不操作后,浏览器缓存问题导致的。你可以尝试以下解决方案:

  1. 清除浏览器缓存:手动清除浏览器缓存,包括缓存文件、Cookie等。这通常可以通过浏览器设置中的"清除浏览数据"或"清除缓存"等选项来完成。

  2. 检查本地开发环境配置:确保你的本地开发环境(包括Node和Umi)都已正确安装和配置。如果有必要,可以尝试重新安装这些依赖。

  3. 更新 @ant-design/pro-cli:检查你使用的 @ant-design/pro-cli 版本是否是最新的。如果不是,可以尝试升级到最新版本,以获取修复了可能存在的Bug的新功能。

  4. 检查网络连接:确保你的网络连接是正常的,没有断网或其他网络问题导致无法请求到相关资源。

如果以上方法都没有解决问题,可以考虑检查你的代码是否有可能导致这个问题,比如可能存在异步请求未正确处理导致的Bug。如果有需要,可以提供更详细的代码片段和错误信息,以便我们更好地帮助你解决问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants