DEV Community

Discussion on: Build a Simple CRUD App with Angular 8 and ASP.NET Core 2.2 - part 1 - back-end

Collapse
 
bogdanhatis profile image
bogdanhatis

Hi Gavin,

Yes, you need to remove the AllowCredentials() to run the solution. After that build the solution and the first page will be Not found and you need to put /api/blogposts into the url for calling the get all method.

Best regards,
Bogdan

Collapse
 
gavincampbellg2g3 profile image
gavin-campbell-g2g3 • Edited

Hi Bogdan,

Thanks for the help. I had realised my error but hadn't had a chance to come back and update my comment.

Thanks again for your help!

Gavin

Collapse
 
dileno profile image
Martin Soderlund Ek

Thanks for clarifying that, Bogdan!