Save the file
Sources:
- [ABP Angular Localization](https://abp.io/docs/latest/
[ABP Localization Fundamentals](https://abp.io/docs/latest/
I have two, upgraded projects (from 9.1.x
I noticed a difference between my older/upgraded applications
If I create project called "Test"
1.2.2
- **Current ABP Studio Version**: 1.2.2
- **Tiered**: No
- **Multi-Tenancy**: Yes
- **UI
Separate Tenant Schema**: No
- **Create Initial Migration**: Yes
- **Run Db Migrator**: Yes
- **Mobile
, Swedish, Turkish
- **Default Language**: English
- **Create Command**: abp new Test -t app --ui-
-without-cms-kit --dont-run-bundling --no-social-logins -file-management
* **Exception message
Sources:
- [ABP Angular Overview](https://abp.io/docs/latest/
You can also manage roles
You must enumerate permissions
- The Permission Management Module allows you to manage permissions for roles
permission-management)
- [Authorization: Multi-Tenancy & RequiredFeature](https://abp.io/docs/latest/
fundamentals/authorization#multi-tenancy)
- [Authorization: RequiredFeature](https://abp.io/docs/latest/
Studio Version**: 1.1.2
- **Current ABP Studio Version**: 1.2.2
- **Multi-Tenancy**: Yes
- **UI
Libs**: Yes
- **Database Provider**: ef
- **Database Management System**: postgresql
- **Mobile
Türkçe
- **Default Language**: English
- **Create Command**: abp new CarbonAI -t microservice --ui-
When the tenant is included in the system, a default edition assignment will be made,
Can we assign it to a role we created,
This service will contain methods to get
}
public async Task SubmitDataAsync(MyEntityDto input)
{
var
= ObjectMapper.Map(input);
await _repository.InsertAsync(
This approach ensures your widget communicates securely
/en/abp/latest/Application-Services)
- [ABP Widgets (MVC/Blazor)](https://docs.abp.io/en/abp/latest/
.
- Verify that the Feature Management module is installed
the error message for missing dependencies or misconfigurations.
- Ensure your database is migrated
/abp.io/docs/latest/modules/tenant-management)
- [Feature System in ABP](https://abp.io/docs/latest/
I will check
[image.png](/QA/files/3a1c2bb40f96855992eaccb3efd4e613.png)
Hi,
I have enabled the FAQ feature
1) Go to Admin setting for Host Tenant
2) Go to Manage Host features
3) Open console
- ABP
Sources:
- [ABP Redis Cache Integration](https://abp.io/docs/latest/
See https://abp.io/docs/latest/
See https://abp.io/docs/latest/
=>` to override the default `RedisCacheOptions`
See https://github.com/abpframework/abp/blob/dev/
Hi,
Our application is deployed in Azure,
service calls) being performed on every HTTP request, since dynamic claims are resolved for every request
// Add claims using editionInfo...
}
}
```
- Review your dynamic claims contributors
For further optimization, profile your contributors to identify any unnecessary or repeated queries,
Sources:
- [ABP Dynamic Claims Documentation](https://abp.io/docs/latest/
hi
The `EditionDynamicClaimsPrincipalContributor`
Using: Tiered, MVC+SQL/EF with OpenIddict, ABP 9.3.2
I have the following hooked up to try
what's causing large
that logs the resolution
- Common causes
**Token Storage**: Make sure your access
- Steps to resolve:
- Verify user permissions
- Check how tokens are stored
Can you change it to `Debug`
Hi
We are getting below error
- This issue occurs when impersonating a user from the Host (no tenant)
- This behavior is related to the impersonation
- Workarounds
This is a known issue in some ABP versions
/modules/account-pro#impersonation)
- [ABP Multi-Tenancy Docs](https://abp.io/docs/latest/
Hi, in version 9.3.2 I've found that impersonating a user through Host login (no tenant)
ReturnUrl=%2FSaas%2FHost%2FTenants)
I've generated the test project directly from AbpStudio modifying no code, using multitenant
The feature did work in past
authorization_endpoint": "http://authserver.mydomain.dev/connect/authorize") instead of HTTPS, while your clients
typically happens when your AuthServer is running behind a reverse proxy (like ingress-nginx in AKS),
Ingress Configuration**
Make sure your ingress-nginx is forwarding the `X-Forwarded-Proto` header
**Restart
Don't know what I did but just redeployed
Studio Version**: 1.0.2
- **Current ABP Studio Version**: 1.2.1
- **Multi-Tenancy**: Yes
- **UI
Install Libs**: Yes
- **Database Provider**: ef
- **Database Management System**: sqlserver
- **Mobile
- **Default Language**: English
- **Create Command**: abp new CloverleafCMS -t microservice --ui-
without-cms-kit --dont-run-bundling -no-file-management -no-language-management
* **Exception message
Steps to reproduce the issue**:
We're using the authserver application from the Microservice template
are experiencing after upgrading to ABP 9.3.2 is a known problem that can affect how custom styles
For your scenario, you should place your `styles.css` after all third-party
src/styles/styles.css"
]
```
- This ensures that your custom styles in `styles.css` are loaded last
- For more details
stackoverflow.com/help/minimal-reproducible-example) to this e-mail address: sumeyye.kurtulus@volosoft.com
We are using the Lepton Theme (non-X)
In ABP-based applications, this is typically managed via the `CorsOrigins` setting
http://serverName:1660"
}
```
- If you have multiple allowed origins, separate them with commas
you have:
```csharp
app.UseCors();
```
- This should be placed before `app.UseAuthentication()`
IIS,** no additional IIS-specific CORS configuration is needed if the ABP CORS middleware is active
This issue only occurs in production
That didn't work,
Therefore, I would appreciate a response regarding how the
This is by design
If you call the code to change the feature, ABP
If you call the code to change the feature, ABP
Feature-value-is-disabled-at-tenant-level-when-it%27s-assigned-to-an-edition)
Now I will describe our situation
Could we create a new edition
1) To disable email
If yes can you please specify its location
https://abp.io/docs/latest/
I have removed email
Or I can set all the user's emails to verified by default
Greetings, there are some problems I encountered in layered ABP solution:
1) I need to disable email
phone number providers in 2FA
Please provide detailed instructions.
2)
to force, I need the app to redirect the user to Two Factor Authentication page at "/Account/Manage"
You can follow this guide. https://abp.io/docs/latest/
ui extensions may also cause this if you missed a point here https://abp.io/docs/latest/
If you recently updated ABP or the SaaS module, clear your browser cache
are using the commercial SaaS module, refer to the official documentation for the correct structure
after these checks, review the browser network tab to inspect the actual data returned from the API
The issue you are experiencing is due to the email confirmation
To resolve this, you need to ensure that the URLs generated for email confirmation
are tenant-aware
Make sure this logic is consistent
appUrlProvider.GetUrlAsync(appName, AccountUrlNames.EmailConfirmation)`
https://github.com/abpframework/abp/blob/dev/
Studio Version**: 1.0.2
* **Current ABP Studio Version**: 1.2.2
* **Multi-Tenancy**: Yes
* **UI
* **Default Language**: English
* **Create Command**: abp new CloverleafCMS -t microservice --ui-
* **Exception message
testing the confirm email
We are getting a 404 Page not found (no
Email Confirmation
dev/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml
- https://abp.io/docs/latest/
image.png](/QA/files/3a1c1def3e8cbd8b1fac1563a8d67717.png) Do i need to copy all of this folder Account
issue that has occurred intermittently for some users, especially with certain versions of the ABP CLI
- For reference
if I would be able to put it in the same place I would put the Account file on the Lepton X Theme,
I am trying to override the Login
you-do-it-wrong-customizing-abp-login-page-correctly-l2k](https://dev.to/enisn/you-do-it-wrong-customizing-abp-login-page-correctly-l2k),
3a1c1de120feaebef3e46969c1f717eb.png)
I have updated ABP CLI, I have updated ABP Studio, I have logged out
It keeps throwing an error,
I go to add my solution,
fixed so I can download files via CLI, but worst case scenario I would be ok if you just zipped it up
This is by design for security
Creating a public registration page where users can sign up
Optionally, creating an admin user for the new tenant
Sources:
- [ABP Multi-Tenancy documentation](https://abp.io/docs/latest/
)
- [ABP Angular Multi-Tenancy](https://abp.io/docs/latest/
This does not seem scalable
To achieve a layout in LeptonX Angular where the main navigation menu is on the left
The LeptonX theme provides two main layout options out of the box:
- Side menu: Both navigation
toolbar are on the left.
- Top menu: Both navigation
docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement
- Theme Configuration: https://abp.io/docs/latest/
hi
Currently, LeptonX only supports two layouts: **Top**
Hello,
We are creating a new solution using ABP with Angular,
options, we noticed that there is an option to have both menus on the side (navigation on the left
Would it be possible to configure it to have the tool bar at the top