My angular app does not read my csv file when site is live

My Angular site, when it is live (deployed) does not read my CSV file which is in my assets folder.

This is how I load my CSV.

d3.csv(‘…/assets/datasets/list.csv’)

Locally runs fine.

hmm, interesting. probably would i would do is to download the deploy and make sure what i thought was there was actually there:

maybe try that and see what that tells us?

Hey Perry,

Thanks for answering. I found out that the Webstorm’s version control, for some reason, wasn’t pushing the assets directory with the datasets. I pushed by the terminal and it’s ok now!

1 Like

great! glad its working.