hi
The AbpPermissions and AbpPermissionGroups are used with Dynamic permissions
hi
I will find a way to resolve this. Thanks
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