Jonathan Fishbein
Jonathan Fishbein

Reputation: 526

Unable to fetch .json file from Azure Web App

I am able to fetch a .txt file but not a .json file getting a 404 with .json file

Update After doing some more research I beleive this problem has a lot in common with the issue here

https://blogs.msdn.microsoft.com/africaapps/2013/06/07/how-to-serve-static-json-files-from-a-windows-azure-website/

but now for web apps

Upvotes: 3

Views: 2715

Answers (1)

Jonathan Fishbein
Jonathan Fishbein

Reputation: 526

So I added web.config like the linked suggests. Didn't immediately occur to me to do that because web.config seem more associated with .net vs the node server I'm using to server my SPA

Upvotes: 4

Related Questions