I recently developed a single-page web application utilizing Ember.js. To enhance the functionality, I decided to set up a json.server on my local machine and created a db.json file. However, I am facing difficulties in accessing the json server within my application. Despite using the $.getJSON method and specifying the URL of the json server as http://localhost:3000/db.json (where my json server is running), I am not receiving any data in return. If anyone has suggestions on how I can effectively access and edit my json file using Ember.js, please share your insights. Thank you in advance.