Hard refresh the browser cache
Overview
Hard refreshing the cache in D365 development is often necessary to ensure that you are viewing and working with the most recent version of the code and configuration changes you've made.
During development, various types of data can be stored in a browser's cache such as JavaScript files, images, and other resources. If these cached files contain outdated or incorrect information, it can cause a range of issues such as failing to display new changes, loading old configurations or not reflecting updates properly.
Manners to Clear the Cache
To hard refresh a browser and clear its cache completely, you can typically do one of the following:
Manner 1 (Recommended):Ctrl + F5
Windows: Hold down the "Ctrl" key and press the "F5" key.
Mac: Hold down the "Shift" key and click the "Reload"
button.
Manner 2: Ctrl + Refresh/Reload
Windows and Mac: Hold down the "Ctrl" key and click the "Refresh" or "Reload" button.
Reload Icon in Chrome
Refresh Icon in Edge
Manner 3: Press the F12 Key + Right Click the Refresh/Reload Icon
Press F12 Key -> Right Click the Refresh/Reload Icon then select the Empty Cache and Hard Reload
Manner 4: Open in Private/Incognito mode
Keep in mind that hard refreshing will clear the cache completely and may cause websites to load more slowly at first, but it can also help resolve issues caused by cached data.
The End
*This post is locked for comments