The distributed lock provider (e.g., Redis) is properly configured
Sources:
- https://abp.io/docs/latest/
https://abp.io/docs/latest/
I gave two short of lock grace period,
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
It was working yesterday
ABP 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
Español
- **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
**Update ABP
For more details, see:
- [ABP Caching Fundamentals](https://abp.io/docs/latest/
/caching)
- [ABP Redis Cache Integration](https://abp.io/docs/latest/
.NET versions
Sources:
- https://abp.io/docs/latest/
my-profile
Response : 400 Not Found
{
"error": {
"code": null,
"message": "There is no
[image.png](/QA/files/3a1c16779cf566b1fccfa6393d4d3e59.png)
https://abp.io/docs/latest/
https://abp.io/docs/latest/
(Lab
https://abp.io/docs/latest/
Lab Management (L)
3. n+
I want all applications to use the Auth Server for authentication
I filled in the AuthServer section in appsettings.json in the projects (web
angular --database-provider postgresql
```
This template includes .NET 8, Angular, PostgreSQL, Redis,
After generating the solution, check the `/docker` folder
Environment variables
Best practices:
- Use the provided template
- Use `.env` files for secrets
.NET 8 (backend microservices)
* PostgreSQL + EF Core
* Redis
We have WSL2 (Ubuntu) installed
Correct way to configure environment variables, connection strings,
Our main blocker right now is running the containers
* **Exception message
For more details:
- [Event Transfer Object (ETO) for Distributed Events](https://abp.io/docs/latest/
hi
The distributed events are:
* EntityCreatedEto is published when an
.
* EntityUpdatedEto is published when an
when an
See https://abp.io/docs/9.3/
We are facing the perforamce issue on creation /modification of users when we have lots of locations
We are currently working with domain events
We've observed a significant performance issue when assigning or unassigning roles
this results in the UserManager making repeated changes per item — leading to hundreds of operations
**
ConfigDbContext(optionsBuilder.Options);
}
}
```
- Make sure the connection string is valid
Double-check your `IDesignTimeDbContextFactory` implementation
To correctly implement multiple Areas for controllers
in ABP, you need to ensure that the static proxy generation
configuration
**Static Proxy Generation
abpframework/abp/issues/13613)
- [ABP Static Client Proxies Documentation](https://docs.abp.io/en/abp/latest/
` where are some `Controllers` with `[Area(nameof(ServiceA))]` some with `[Area(nameof(ServiceB))]`
typeof(ServiceAApplicationContractsModule).Assembly,
"ServiceB");
}
}
```
the default for non-GET requests), a database transaction is opened at the beginning of the request
you perform long-running operations (such as calling external APIs) inside the UoW, the transaction
If the UoW is open while waiting for external services, the transaction remains open,
held, leading to performance issues
understanding-transactions-in-abp-unit-of-work-0r248xsr#gsc.tab=0)
- [ABP Unit of Work Documentation](https://abp.io/docs/latest/
The theory is that before the UoW (Unit of Work), when synchronising an
default configuration: on receiving the request, the API opened the UoW
the external API can take tens of seconds for the UoW to complete, which keeps the transaction open
is actually causing these database timeouts, since the database transaction is understood to start
hi
Please share full `logs.txt`files of AuthServer
The login loop continues,
Provide us with the following info:
ABP
The error is observed in the browser: after a successful login
This problem only occurs in our deployed test environment
The actual behavior is that the Angular app does not recognize the login
previously used the `Volo.Abp.BackgroundWorkers.Hangfire` package, registered background workers with it,
back to your project:
```xml
dotnet add package Volo.Abp.BackgroundWorkers.Hangfire
```
- Rebuild
Jobs (If You No Longer Use That Worker):**
- If you intentionally removed the background worker
Sources:
- [ABP Hangfire Background Job Manager](https://abp.io/docs/latest/
This usually means the backend API for the
Ensure the Application
project should define the DTOs
Create new
Click on newly created
ABP Version : 9.3.2
UI : Blazor
Database : SQL Server
Auth server : Separated
1) Create new
from Suite.
2) Login to Admin application
3) Click on newly created
- Yes, ABP
) from a single code base by leveraging its modular architecture
hi
ABP is an ASP.NET Core **backend
What is the architecture/Technical selection of your mobile
I mean mobile (android, apple, windows), desktop (windows, mac)
Hi,
It seems there is cache problem, can you try cleaning all the nuget cache
This prevents ABP Studio from working properly, including project creation
Volo.Abp.Studio.Cli
dotnet tool install --global dotnet-ef
```
- Install Node.js: Download
It should detect the installed tools
Volo.Abp.Studio.Extensions.StandardSolutionTemplates can't be found in the .nuget folder directory on the C: drive,
The code generation templates
The most common causes
If you started your project with 9.2.x
- Try creating a fresh project with ABP Suite 9.3.2
The ABP team is aware
: Angular
* Theme: LeptonX Lite
* Database Provider:
Add
but Angular UI components are missing
## Expected Behavior (Working in 9.2.2)
When creating an
UI pages in the Angular project
## Impact
This appears to be a regression between versions 9.2.2
create project with version 9.2.2 to proceed working.
## Request
Please investigate this regression
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
- 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,
If you follow these steps
Sources:
- [ABP Exception Handling Documentation](https://abp.io/docs/latest/
What are response headers
Can you share the screenshots of the response headers
I will try to reproduce
You can improve performance by:
- Implementing server-side paging, filtering,
- Profiling the backend API to ensure queries are optimized
To fix this:
- Override the component
: ellipsis`, `overflow: hidden`,
Example of overriding
ABP 9.2.2 with Blazor Web App
* **Exception message
Linked Accounts - The loading time of the modal is too long
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/