@Vipal Mehta It seems like you’re experiencing caching issues with Azure Static Web Apps, even after modifying the staticwebapp.json
file. This can indeed be a tricky issue to debug. Here are a few suggestions:
- Check the Deployment Process: Ensure that the deployment process is working correctly, and that the new version of your app is being deployed as expected.
- Inspect Network Traffic: Use the network tab in the browser’s developer tools to inspect the network traffic when loading your app. Check the HTTP headers of the responses to ensure that they include the correct
Cache-Control
header. - Test on Different Browsers and Devices: Try accessing your app from different browsers and devices to see if the issue persists.
Let us know the outcome of the above steps.