hi
Can you share a demo project with your code?
I will check it.
liming.ma@volosoft.com
Thanks
hi
Could you please share the code that reproduces this exception?
Thanks.
hi
The suite is a GUI for generating code, and it currently does not support command-line usage.
Thank you.
Hi
Thanks, I will update the suite code.
You can test the module page. Eg identity user page
You need to call the handleDatepicker method before sending the Ajax request
See
When we submit the form, we need to convert the time to UTC. In the JavaScript of the Create and Editpages, we use the handleDatepickerthis jQuery extension method to handle time in the form, it internally gets the user's local time from the selector input[type="hidden"][data-hidden-datepicker], and then uses the abp.clock.normalizeToString method to convert the date field in the form to the ISO 8601 format UTC time string.
https://github.com/abpframework/abp/blob/dev/docs/en/Community-Articles/2025-03-11-Developing-A-Multi-Timezone-Application-Using-The-ABP-Framework/post.md
Don't mention it. :)
hi
I have refunded your ticket. I will do more NULL
checks in the next patch version.
Thanks.
hi
What is your current Cookie and AccessToken lifetime(minutes)?
Can you test your case in a version 7.2.2 template project?
If you can reproduce, you can share it.
Thanks.
Thanks. Can you also set the SlidingExpiration
to false
.AddCookie("Cookies", options =>
{
options.ExpireTimeSpan = TimeSpan.FromDays(365);
options.SlidingExpiration = false;
options.IntrospectAccessToken();
})
And set .MinimumLevel.Debug()
in Program.cs
var loggerConfiguration = new LoggerConfiguration()
.MinimumLevel.Debug()
.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
Thanks again.
hi
I will check this case.
Thanks.
Yes, Please share the new logs.
Thanks.