HTTP 400
This is an error coming from Antiforgery token validation, We can't show "Email already sent:". to user.
Antiforgery token validation failed. The antiforgery cookie token and request token do not match.
Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException: The antiforgery cookie token and request token do not match.
at Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery.ValidateTokens(HttpContext httpContext, AntiforgeryTokenSet antiforgeryTokenSet)
at Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery.ValidateRequestAsync(HttpContext httpContext)
at Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.ValidateAntiforgeryTokenAuthorizationFilter.OnAuthorizationAsync(AuthorizationFilterContext context)
hi
Please resolve the 500 error first.
HTTP 500.30
https://learn.microsoft.com/en-us/aspnet/core/test/troubleshoot-azure-iis?WT.mc_id=DT-MVP-5003202&view=aspnetcore-7.0#50030-in-process-startup-failure
https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/logging-and-diagnostics?view=aspnetcore-7.0
https://blog.elmah.io/http-error-500-30-asp-net-core-app-failed-to-start-help/
hi
You can remove the tenant related code and MyProjectNameTenantDatabaseMigrationHandler.
hi
throwing BusinessException or UserFriendlyException causes a 403 response.
This is the default behavior.
https://docs.abp.io/en/abp/latest/Exception-Handling#http-status-code-mapping
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore/Volo/Abp/AspNetCore/ExceptionHandling/DefaultHttpExceptionStatusCodeFinder.cs#L70-L73
ok, Can you try to build your solution via dotnet build?
And you can use dotnet ef add migrations Upgradeed_to_7_2
https://learn.microsoft.com/en-us/ef/core/cli/dotnet#dotnet-ef-migrations-add
Thanks
https://github.com/abpframework/abp/issues/16253#issuecomment-1506449180
You can add a new favicon to the ~/wwwroot/favicon.svg and ~/wwwroot/favicon.ico paths to override the current favicon.
hi
csproj file is say MyCompanyName.MyProjectName.XXX.csproj
hi
Run the dotnet build command in your ef core folder to see the details.
hi
Please update volo and abp packages to 7.2.1
and Lepton packages to 2.2.0