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

409 Error: The requested resource is not concurrent

Andrew_Mai
Participant
0 Likes
3,338

In my SAP/CAP, sometime, the request will return a error like this:

Not sure what will cause this error? And how to prevent it. Since it happen very randomly, I have no clue what can cause this issues.

View Entire Topic
david_kunz2
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi andrew.mai ,

Yes, this happens if you're sending `if-match` or `if-none-match` headers and the respective entity has no etag configured. In future versions of @sap/cds (Node.js) we will ignore those headers. Currently, the error 'The requested resource is not concurrent' is thrown.

Best regards,
David