0
robrechtbelien created
Hi, I updated my app (originally aspnetzero 2.2 .net Core version) to use abp 1.4.2 and updated the all relevant code to implement the tenant logo and custom CSS. When uploading a logo I receive this error: The required antiforgery request token was not provided
If I look in the code in the seetings view, I don't see any anti forgery field. Should this be added somewhere or is this somthing some javascript is supposed to take care of?
2 Answer(s)
-
0
I found the solution: I had a type in the javascript source so the ajax interceptor didn't run. All solved now.
-
0
Great :).