hi
The error is The required antiforgery header value "RequestVerificationToken" is not present.
The POST HTTP request needs the RequestVerificationToken
header. The RequestVerificationToken
value is coming from Cookies
.
https://abp.io/docs/latest/framework/infrastructure/csrf-anti-forgery#the-solution
Thanks.
Spospisil :No, I still cannot get data returned to the blazor page because now I'm encountering this error. I have changed the MaxResultCount and MaxMaxResultCount properties in several ways and I'm still getting this error. I have 50,000 rows in my database table and I'm trying to return all of them (for performance testing reasons) and it keeps popping up with the below error.
Can you tell me what's wrong with the sample project's code?
hi
You can share it with liming.ma@volosoft.com
Or https://wetransfer.com/
Thanks.
You've already modified the code based on the AI's response so that the System.NotSupportedException: The collection type 'System.Linq.IQueryable
error no longer appears.
My question is: can you get the data returned by the application service on your blazor page?
hi
I received an invitation from GitHub, but I don't know the question URL. There are many questions on the support website.
Can you get DataDictionaryList
in your blazor page now?
hi
I asked the question URL https://github.com/spospisil/AbpGridSolution/issues/1
Can you get DataDictionaryList
in your blazor page now?
var result = await DataDictionaryAppService.GetListAsync(input);
DataDictionaryList = (List<DataDictionaryDto>)result.Items;
If so, the backend is working. You can check DevExpress document to show the data.
I don't have much experience with DevExpress.
Thanks.
hi
Can you share the full exception logs?
Thanks.