This repository was archived by the owner on May 1, 2020. It is now read-only.
This repository was archived by the owner on May 1, 2020. It is now read-only.
Bug: Ionic serve showing old content #825
Closed
Description
Short description of the problem:
Ionic serve/livereload displays old content after refreshing. When I make changes to my app, the build completes and browser refreshes, then I see old content. Sometimes the changes do not apply, and sometimes I see an old page that I already changed multiple times.
What I do to resolve this is restart ionic serve
or run npm run build
and refresh the page manually. Clearing browser cache and refreshing page solves this issue some times, but not all the time. So I don't think it's a browser cache issue.
What behavior are you expecting?
When the browser refreshes after a new build, it should display new updates.
Steps to reproduce:
This issue is really random.
- Create new project
- Run
ionic serve
orionic run <platform> -l
- Keep making changes to your app
- Eventually the problem will occur
Which @ionic/app-scripts version are you using?
1.1.4
Metadata
Metadata
Assignees
Labels
No labels