DEV Community

Discussion on: Cache Busting a React App

Collapse
 
briang123 profile image
Brian Gaines

What web server are you fetching from? I noticed the same on IIS as asp.net core protects json and thinks they're a config file so serves up a 404. Changing the file extension to txt (meta.txt) resolved that issue.