**Compare with a Fresh 9.3.1 Solution**
Generate a new ABP 9.3.1
the following command:
`abp new MyApp -u angular -t app-pro --theme lepton -m none --separate-auth-
But since we're using JWT tokens, the token is still considered valid on the resource
ABP Studio:
- Create new solution (Layered
new 'Clients' module (Layered
> - Create new 'Clients' module (Layered
Attempting to add a "
I have a newly created
**ABP Framework version**: v9.1
**UI Type**: Angular
**Database System**: EF Core (SQL
The theme's layout is not overriding or
Component.InvokeLayoutHookAsync(LayoutHooks.Head.Last, StandardLayouts.Application)
```
If this line is
For
For MVC: Overriding the Layout
If you are using MVC for the Auth
[image.png](/QA/files/3a1bab479136051cd2cf07a0071cbbdc.png)
And register it like this in both
**Environment:**
- ABP Version: 9.2
- UI Framework:
articles/white-labeling-in-abp-framework-5trwmrfm#gsc.tab=0
- https://abp.io/docs/latest/framework/ui/
MVC /
https://dev.approach.cpat.dev
https://cpattest.dev.approach.cpat.dev tenant
Auth
Migrated from 9.0.4 to 9.2.3, Login as Tenant asking user name/pwd
Logs
.
- This ensures jobs enqueued from any API
Enable Hangfire and Background Job Execution on ETL
Example:
- On API servers: `IsJobExecutionEnabled = false`, no Hangfire
= true`, Hangfire
You must set it before using Hangfire Client or
I created the
The workflows must run on a single
The Application Servers are intended for use with the
Furthermore, I can't force the ABP background workers/jobs to run only on the ETL
The wwwroot/libs folder is only necessary for MVC or
This project has a stand-alone MVC auth
no-social-logins -no-saas -no-gdpr -no-file-management -no-text-template-management
When I start the Auth
Please let us know what we are
I mean, for example, the log file of the
I mean, for example, the log file of the
When creating
The connection could not be found on the
This usually happens if the required version is not available on the template
problem persists, it may be that the template for version 6.0.2 is not available on the ABP template
last stable versions. but we understand your requirements and we have made an improvement on our nuget
This will restore the
ContributeAsync` is being called 3x during (external) login, and each time the `Identity.Application` is
user.readbasic.all");
// this is required for ClaimActions, otherwise they're not evaluated (
This issue is commonly caused by stale or invalid authentication/authorization cookies or tokens in
) confirms that this is a known scenario in ABP
Ensure Claims/Permissions Are Refreshed:
- In
hi
The Error is from the IIS
Can you check the logs in the Event Viewer app of your IIS
this support case:
https://abp.io/support/questions/8904/Returning-user-causes-permissions-to-fail-in-
**Subscription Lifecycle**: Managed through distributed events
###
This is not typically caused by ABP itself, but rather by database performance issues or
**Check for
/abp.ng.audit-logging": "9.2.3",
"@volo/abp.ng.identity": "9.2.3",
"@volo/abp.ng.identity-
- This prevents errors related to undefined menu items or
in your ABP Angular v9.1.3 migration is caused by
- To ensure your custom OpenIddict
Use only `OpenIddictServerBuilder` for
Thanks for the help from Maliming, the auth
scenario, added below code auth
given award points to a user daily if the user sign in every day), I need to add an event to OpenIddict