hi
Can you share the debug logs from the authserve project?
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
Thanks.
hi
I pushed my changes. https://github.com/spospisil/AbpGridSolution/pull/2
1.The [RemoteService(IsEnabled = false)] need to be removed.
2. Application service can't return Task<IQueryable<DataDictionaryDto>> , Blazor will use ajax to get data. It doesn't support IQueryable, Blazor is a pure UI project.
Now API can return the data.
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?