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

Expected current segment '' to be '$count', '$ref', or a bound operation

jsancho
Participant
0 Likes
3,975

Hi @all,

I'm just playing with CAP Node.js flavour and Fiori Elements when found that if in my project folder I have something to render in the APP folder even the simplest GET requests goes wrong.

{
    "error": {
        "code": null,
        "message": "Expected current segment '' to be '$count', '$ref', or a bound operation"
    }
}

and if I delete that folder all HTTP requests goes ok.

For sure I'm doing something wrong in the APP folder while playing with FioriElements but the thing is that I could understand having some error while rendering the FioriElement's app BUT, why having this problem with just a GET request?

Does anybody know why? I got stucked digging at the schemas and DB's part when the problem is not there 🙂

View Entire Topic
marcmaur
Participant

Hi Jorge,

look at your requested url "http://localhost:4004/admin/Personas/"

You got the error because of the last "/" in the url. The correct one is "http://localhost:4004/admin/Personas"

Check these samples:

Hope this helps.

Best regards,