hi
Can you share a minimal project to reproduce the problem?
liming.ma@volosoft.com
Thanks
Ok, I see.
Please share the error/exception info next time.
I will check this.
hi
I still don't know your problem.
Can you explain in more detail?
hi
When the Save button is clicked, it successfully POSTs to the OnPostAsync handler in my SignUp.cshtml.cs controller.
Is this an Ajax call or a form post?
I guess it's an ajax call.
Can you share the ajax code?
I think the code is no problem, I don't understand it very well. How to reproduce?
Can you share a template project that reproduces the problem?
liming.ma@volosoft.com
he exception handler configured on ExceptionHandlerOptions produced a 404 status response. This InvalidOperationException containing the original exception was thrown since this is often due to a misconfigured ExceptionHandlingPath. If the exception handler is expected to return 404 status responses then set AllowStatusCode404Response to true.
Please set the MinimumLevel
as Debug
to see more logs.
Maybe the request URL is wrong.
Program.cs
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();
hi
options.SetDefaultCulture("ar-EG");
Abp has a setting you can set its default value.
https://github.com/abpframework/abp/blob/22bc56e2794f0f323084df1ea680a1d1bdcded3c/framework/src/Volo.Abp.Localization/Volo/Abp/Localization/LocalizationSettingNames.cs
https://docs.abp.io/en/abp/latest/Settings#setting-values-in-the-application-configuration
hi
The requiresNew
is true
in the template project by default.
Can you try the new template project or set it as true
?
hi
PostLogoutRedirectUris: The logout callback URLs associated with the current application.
You have to add https://xxx-v2-xxx-ui.azurewebsites.net/signout-callback-oidc
to PostLogoutRedirectUris