-
Using ABP 7.2 with MVC in a layered application. I'm following this code from the BookStore example for deleting entities: https://github.com/abpframework/abp-samples/blob/master/BookStore-Mvc-EfCore/src/Acme.BookStore.Web/Pages/Books/Index.js#LL34C55-L34C55 But when I add this to my own project I get a 400 error response upon deleting an entity, with the server logging
I tried fixing it by adding this:
But that still results in an 400 with the error:
How can I fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Do you also have this problem if you use the bookstore example project? |
Beta Was this translation helpful? Give feedback.
-
Chrome was blocking the cookie. I had to add this to my WebModule:
|
Beta Was this translation helpful? Give feedback.
Chrome was blocking the cookie.
I had to add this to my WebModule: