Thank you for the detailed analysis
Your assessment is accurate
- The resulting O(n²) parameter growth, which quickly approaches SQL Server's 2100 parameter limit
resolve the parameter limit
Account Pro
- **Database Provider**: SQL Server (via Entity Framework Core)
- **Application Type**:
excessive number of parameters (60+) when checking for user identity links, causing query timeouts
[SourceUserId] = @__linkUserInfo_UserId_0
[TargetUserId] = @__linkUserInfo_UserId_0
[TargetTenantId] = @__linkUserInfo_TenantId_1))
want to use the previous module-based structure instead of the new standalone approach, ABP Studio
So we upgraded the ABP Studio to the last version
As for the React Native templates, the work is in progress,
That said, the template continues to be a priority,
>
> That said, the template continues to be a priority,
The points you raised around DBMigrator config, local IP usage,
We would really need some input from ABP Team about the future of the React Native / Expo template
That said, we truly hope
where ABP Studio replaces your chosen name with "AbpSolution1", "AbpSolution2", etc., is not expected
The official documentation
ABP team via their GitHub issues page or support channels, providing details about your environment
I created a new solution
)
I thought I did something wrong so I created another solution
solution wizard where I provided the solution name to ensure it wasn't overwritten
I gave up, uninstalled ABP Studio,
Admin, API,
hi
Can you share your **public**
> [maliming] said:
> hi
>
> Can you share your **public**
hi
Both
> [maliming] said:
> hi
>
> Both
How to Deploy Multiple Applications on a Single Azure App Service Using Web App for Containers
Endpoints on the Same Domain
- https://www.example.com → Web Public
- https://www.example.com/admin →
www.example.com/auth → AuthServer
We want to avoid using multiple App Services or subdomains if possible
To ensure OpenIddict uses the latest (unexpired) certificates
OpenIddict will only use valid (unexpired) certificates for signing
If only expired certificates are present, authentication will fail
This allows OpenIddict to use the valid one
to your deployment
Use Local
Hello,
We are using
It will load the `font-bundle.css`, which includes `Google
To keep
the font bundle
I copied the file into my project as leptonx-
When some pages are force-loaded, the browser tries to fetch
then fails after about 20 seconds, significantly delaying the page load
Behavior:**
* When pages are force-loaded, they take ~20 seconds before rendering
* After the timeout,
fail to load
text/css; charset=utf-8";
await ctx.Response.WriteAsync("/* CLEARED font-bundle.css (no remote
OpenIddict cryptographic keys are shared
Ensure Redis is healthy
OpenIddict keys,
tehn we will create a certiface
Ok we changed that
The system is fronted by Aspire,
Users frequently see authentication errors,
invalid_token during /connect/userinfo
It looks like the Auth Server in ABP is not stable in a distributed Aspire + Azure Redis setup,
Or how can we remove redis completly
Is there a recommended way to make key
>
> Thanks
Not any specified code, just a form submit, send a phonenumber
successful verification, the client should retry the `/connect/token` request, including the 2FA code
On success, retry `/connect/token` with the necessary 2FA parameters
If you are using Angular, ensure your HTTP client is configured to handle cookies
You can try to use the `Resource Owner Password Flow` in Angular,
On success, retry `/connect/token` with the necessary 2FA parameters
regarding two-factor authentication in the Identity module:
What is the exact meaning of supportTwoFactor
/connect/token** endpoint in auth server always responds with RequiresTwoFactor, even after sending
validating the SMS code with **/api/account/send-two-factor-code**
hi
can you try to clean
- Make sure your
- The `AuthorizeView` component in
In
Hi,
I was reading this ticket https://abp.io/support/questions/6432/v800-Permission-issue
* **ABP Framework version:** v8.3.4
* **UI Type:**
Please have a look
added to private repo
I will download
permission system for organization unit checks.
- Review
with 5k + records
process. when we have number of locations "AbpUserOrganizationUnits" (we have around 1500 Locations)
3a1c9775046a663fd8d8a1461b1934d3.png)
In order top check this We have created a simple layered solution,
This is very critial
contracts between services, create a new Shared project (e.g., importContryProj.ManagementService.Shared)
Alternatively, keep all contracts in the Application.Contracts project
(Parameter 'ClientId')`) occurs because the `ClientId` (
**Register Dynamic Options
adding the OpenIdConnect provider,
This approach ensures that the OpenIdConnect middleware does not throw validation errors at startup
I added the following code to both the HttpApi.Host
, the sidebar in ABP Angular (especially in the microservice template) uses a hover-based expansion
component, typically found in `src/app/layout/sidebar` or similar (often named `sidebar.component.ts`
this.isSidebarCollapsed;
// Optionally, trigger change detection or emit an event if needed
}
```
We're working on a new layout,
In these events, you can check your database for the user
};
});
```
This will reject the authentication if the user is not found in your table,
authentication flow, after a successful Azure OpenIdConnect login, additionally checks the database
Is maybe the AbpClaimsPrincipalContributor a way to interupt it
The root cause is in the way the lookup values are loaded
immediately, a temporary workaround is to ensure your lookup endpoint does not return duplicate items
hi
Add `MyLookupExtensionProperty` service to `Blazor.Client` project
`
Well, after adding this fix
When I open the update dialog for user
files/3a1ccad2b4b6ef0ea3a38ce0a8eef6c5.png)
* **Steps to reproduce the issue**:
Create a new ABP
After that open the update dialog
For more details
UI=…)
We successfully published the backend project
Could you please check
In the `styles` array, remove the default Bootstrap style
/styles/sidemenu-layout.min.css",
"node_modules/bootstrap-
your `app.module.ts`, remove `ThemeBasicModule`
}
```
- After making these changes, stop the Angular dev server if running, delete `node_modules`,
If you still see a blank page, double-check that all theme-related modules are correctly imported
The issue you are experiencing with the
In tiered ABP solutions, especially with
Ensure that your service interface
**Check AppSettings for Remote Service Configuration**
- In your
the `HttpApi.Host`
Hi,
I would like to report that something is not quite right with the solution template for
I've created
After that, I started application
Initially everything works fine, but when rendermode is InteractiveWebassembly
neutral, PublicKeyToken=null]].MoveNext()`
```
* **Steps to reproduce the issue**:
* Just create layered