To address the issues you described on the Tenants page in your ABP
In
Example for a modal initialization in
In
issue you are experiencing is due to the authentication state not being preserved when switching from
(SSR) to WebAssembly (WASM) in
(prerender: false)
-
hi
Please share your `
Is
Steps to reproduce the issue**:
* We are migrating our current Blazer WebAssembly app into the new
issue where after a user logs in, a few seconds later with no user interaction, it will switch from SSR/
- In a
In the default solution, you must run both the
The
If only the
**References:**
- [
and full stack trace**:
No Exception messages
* **Steps to reproduce the issue**:
Create a new
component for dynamic, persistent tabs out of the box, so you must handle this with a combination of
You are correct: in ABP
templates, but ideally, this improvement should be included in the default factory code so all generated
Sources:
- https://abp.io/docs/latest/framework/ui/
**Exception message and full stack trace**:
* **Steps to reproduce the issue**:
In the case of
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
Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/en.json)
- If the Finnish (fi-FI) translation is
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
defaultConfiguration": "production"
},
"serve": {
"builder": "@angular/build:dev-
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 (
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/
- If using distributed cache (e.g., Redis), ensure the cache
[11BF8573-727B-4a82-A00D-04B3D08E58C7.png](/QA/files/3a1bfd87e3c0ea7230d4c92ed9ab8551.png)
implementation always falls back to the host's language texts when a tenant-specific translation is
Load host translations for
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
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
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
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
no-file-management -no-language-management
We're using the microservice template and using the auth-
The auth-
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
It likely requires proper CORS configuration on the backend IIS