We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://img.imgdd.com/1a4de7c3-d36e-4198-b3e9-a17e12961857.png 为什么修改了云函数,前端不会立即同步呢?明明都没有缓存的?很好奇
The text was updated successfully, but these errors were encountered:
我也遇到了这个问题,前端和后端重启都不行,后端里面把能清除的缓存都清了也不行
反正重启了几十遍,最后也不知道怎么好了,现在轻易不敢改云函数配置hhhh
Sorry, something went wrong.
如果前端是通过源码部署的话,可以修改前端代码 ./src/app.static.config.ts 中的 cache enabled 为 false
./src/app.static.config.ts
之后再重新构建,应该就没有缓存了
No branches or pull requests
Describe the bug
https://img.imgdd.com/1a4de7c3-d36e-4198-b3e9-a17e12961857.png
为什么修改了云函数,前端不会立即同步呢?明明都没有缓存的?很好奇
Reproduction
https://img.imgdd.com/1a4de7c3-d36e-4198-b3e9-a17e12961857.png
为什么修改了云函数,前端不会立即同步呢?明明都没有缓存的?很好奇
Validations
The text was updated successfully, but these errors were encountered: