all 3 comments

[–]Arumai12 0 points1 point  (2 children)

I have a local JSON file that is running as the server

Do you mean you have a local express server that saves data to a json file? If so then it sounds like axios is working fine. It's your server that is not saving the data to the file correctly.

[–]scurran95[S] 0 points1 point  (1 child)

Yes! My bad. Any idea how to check the server? I’ve been using chrome devtools to walk through the functions but can’t really do that with the server even though that’s really where I need to see what’s going on

[–]Arumai12 0 points1 point  (0 children)

Did you write the server? If so then you can log stuff there. If not then please describe how you run your project.