❔ Error about anti-forgery on production when try hit api endpoint
Hello, when I try hit the endpoint I get this error, when I debug my app I don't get any error like this, but when my app is on kubernetes, I get
contains anti-forgery metadata, but a middleware was not found that supports anti-forgery.
Configure your application startup by adding app.UseAntiforgery() in the application startup code. If there are calls to app.UseRouting() and app.UseEndpoints(...), the call to app.UseAntiforgery() must go between them. Calls to app.UseAntiforgery() must be placed after calls to app.UseAuthentication() and app.UseAuthorization().
1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.