DEV Community

Discussion on: Cache Busting a React App

Collapse
 
takhine profile image
Aniketh Nair • Edited

I had the same issue, this change helped me

fetch('/meta.json',{
headers : {
'Content-Type': 'application/json',
'Accept': 'application/json'
}
})