cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Mock Server Configuration problem

gaffaransari
Participant
0 Likes
2,408

Dear All,

I'm trying to configure Mock server using "Step 27: Mock Server Configuration" documentation. When I run my project in webide then I get below errors. I didn't implement controller logic yet but just wants to display my first root view with mock data.

Why I am seeing $count and $skip queries failing? Why I am seeing those queries when I run the app with mock data?

View Entire Topic
0 Likes

Are you starting the application with mockServer.html in the "webIDE", because I just tested one of my own Mock servers and there is no GET request involved? The json files loaded and the mock data is read from there.

Note that the request in your console log is for WorklistSet but in the project folders you only have Worklist.json.

So even if mock application run configuration used there is no file WorklistSet.json