-
Notifications
You must be signed in to change notification settings - Fork 304
ionic serve on file save loads an older build than the latest #1322
Comments
Can be related: #1278 |
This issue is really annoying, I keep having to reserve just to get the latest version of the build. Its also really hard to reproduce. |
It's true, I have experienced this exact same issue myself. It's random, but it should happen often enough for someone to reproduce the error pretty quickly. I've lost count of how many times this happened in the past few weeks. |
This is affecting me consistently .. often wasting a lot of time when I don't realize that I haven't in-fact introduced a bug / failed but am getting served an older build. Is there any way to disable ionic caching older builds? |
do you guys know how to reproduce it in a minimal code base and where to debug it? |
I have the same problem |
Short description of the problem:
Since the latest update
ionic serve
occasionally loads an older build on file save. So when I am at then
th version and hit save, in my browser then-1
th version gets loaded instead ofn+1
.What behavior are you expecting?
Live-reload works properly and always the newest version gets loaded.
Steps to reproduce:
ionic serve
to fix the problemWhich @ionic/app-scripts version are you using?
3.1.2
Other information:
It seems to happen with bigger apps only. Time varies. Some apps produce it on almost every file save. Some much rarely like every 100th.
The text was updated successfully, but these errors were encountered: