localize the application name in the LeptonX Angular menu, updating the `Texts->AppName` value in your
In LeptonX Angular, the brand name shown in the sidebar is not automatically bound to the
**Expose the Service via API**
- Make sure your service is accessible from the client (
- For
ABP Application Services](https://docs.abp.io/en/abp/latest/Application-Services)
- [ABP Widgets (MVC/
- There are
API endpoint, authorization error, or
appear:**
- Confirm that your feature provider is added to the module.
- Check for any errors in the
**If you see a specific error in the console:**
- Review the error message for
hi
Add the code below to your
impersonation state or permissions to not be fully refreshed when switching tenants, especially in
[13:23:05 WRN] Unknown proxy: [::ffff:10.244.2.61]:41130
[13:23:05 INF] The request URI matched a
It likely requires proper CORS configuration on the backend IIS
Tenants page is typically caused by a problem in the Angular extensible table component, often due to a
- This can happen if the tenant data returned from the backend is
no-file-management -no-language-management
We're using the microservice template and using the auth-
The auth-
This is not related to your environment, but rather to the ABP source code
)
- If you receive an internal error or exception, it is usually a temporary
, it confirms a backend/
I will try this again intermittently in case this is a
type)` typically indicates a problem with service registration or module configuration in your ABP
**Check for
`[DependsOn]` attributes and that no required module is
you have implemented any custom `IConventionalRegistrar`, verify that they are not returning null or
**Compare with a Fresh ABP Solution**
- Generate a new ABP
EHS.Blazor\Program.cs:line 42
* **Steps to reproduce the issue**:
Create new application and run
Unable to run
To allow your backend to accept requests from a locally running
Here’s how to configure your environment for local
Thanks for fast response :-)
I was disabling the security headers in the auth-
In which projects do I need disable the headers, I thought that auth-
null
[19:53:57 WRN] Unknown proxy: [::ffff:10.244.1.23]:44548
[19:53:57 INF] The request URI matched a
solution on a staging Kubernetes cluster at our cloud provider, and it works fine when accessing the
To avoid having to start all the services locally when developing the
Is there a good and convenient way to configure this, with minimal impact on the services and
Here is an extract of the logs + I've emailed you the full auth
exactly the same time compared to the network change meaning the token request never even reached the
The public site is our own angular front end using ABP backend project + separated ABP Auth
In both instances of this issue, I note that there were errors in the Auth
public async logout(): Promise {
// if we're impersonating, we don't want to log out of the auth
Re-initializing without changes results in extra 'connect/token' requests, leading to errors on
// the auth
neither the customer nor me had a 400 error on connect/token (in my case, it never reached the Auth
implementation always falls back to the host's language texts when a tenant-specific translation is
Load host translations for
- If using distributed cache (e.g., Redis), ensure the cache
[11BF8573-727B-4a82-A00D-04B3D08E58C7.png](/QA/files/3a1bfd87e3c0ea7230d4c92ed9ab8551.png)
hi
All projects should get a token from the `Auth
I checked that permissions exist on both the client and the auth
hi
Can your web app get the access token from the auth
Hello,
The main project is the Auth
and this
Auth
Lab Management (L)
3. n+
I want all applications to use the Auth
Is there an article, video, or sample client/
Why does it work automatically on the
- In this flow, the authentication happens on the
that the user’s email is not confirmed, it can directly redirect to the `/Account/ConfirmUser` page (
- In this case, there is no
In short:
- Code Flow = backend handles redirects (
defaultConfiguration": "production"
},
"serve": {
"builder": "@angular/build:dev-
Any compilation error in your solution (including
type or namespace name 'Shared' does not exist in the namespace 'ClassifAI.ManagementService' (are you
type or namespace name 'Shared' does not exist in the namespace 'ClassifAI.ManagementService' (are you
type or namespace name 'Shared' does not exist in the namespace 'ClassifAI.ManagementService' (are you
(30,73): error CS0246: The type or namespace name 'GetValidationsInput' could not be found (are you
Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/en.json)
- If the Finnish (fi-FI) translation is
Is your application using the same database as the auth
achieve seamless single sign-on (SSO) across multiple ABP-based solutions using a shared OpenIddict auth
>
> Is your application using the same database as the auth
```cs
{
"ConnectionStrings": {
"Default": "
have need to define multiple different ABP based solutions and yet still use the same openiddict auth
The auth