hi
I think you should add it in your apps
projects.
Please share your project structure.
hi
Try to configure it in your blazor project?
Configure(options =>
{
options.QueryStringConverts.Add(typeof(DataSourceLoadOptionsBase), typeof(DataSourceLoadOptionsBaseToQueryString));
});
After clearing cache
The redis? Does this have nothing to do with cookies for you
No problem was found. You can create a new project and compare the code. Or try to prepare a project that can reproduce the problem. liming.ma@volosoft.com
hi
Is your project tiered?
DataSourceLoadOptionsBaseToQueryString : IObjectToQueryString<DataSourceLoadOptionsBase >
Can you share thecsproj
file content of your web project?
And why this error occurs.
The cookies contain a tenant but the tenant doesn't exist. You can try it in the incognito mode of your browser.