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/
To address the issues you described on the Tenants page in your ABP
In
Example for a modal initialization in
In
- In ABP 9.x
and verify that the CSS is present in `/global.css` (or the configured bundle) and applied in both
isolated CSS is bundled and available to the WASM client, resolving the issue where styles only appear in
Sources:
- [ABP Global Assets for
> Create a basic microservice solution with a
Hello,
We’re attempting to use isolated CSS files for our
Steps to reproduce:
* Create a basic microservice solution with a
* Notice that the background-color: red is applied when using the
Is there something
For
approach is not supported for
In
This is the standard way to manage per-component JS interop in
There is currently no ABP-specific abstraction or automation for bundling static files in
https://abp.io/community/articles/i0nu10rs), bundling JavaScript or CSS files is only mentioned for
WebAssembly, no mention of
From my tests the `BundleContributor` approach does not seem to work for
collocated JavaScript files with specific components](https://learn.microsoft.com/en-us/aspnet/core/
Does ABP offer any way to do file bundling in
I've a reverse proxy made via nginx on exposed sever and a second
Here is the Identity/Auth
Sumeyye
I should clarify that I am using a Tiered
localhost:44331/"
}
}
}
}
```
* Add this configuration to the preconfigure services in auth
the android emulator to load the project up, click login on the home page and redirect me to the Auth
What could I potentially be
localization: {
defaultResourceName: 'New2',
},
} as Environment;
**Here is the Auth
in a separate mongo collection (Repository, Mongo Collection, AppService, Manager, etc), unless I'm
**Compare with a Fresh 9.3.1 Solution**
Generate a new ABP 9.3.1
Could you please take a look and let me know if there's anything wrong or
hi
Add a http form in your
To implement tenant impersonation directly from your dashboard in an ABP
Example:
UI/UX:
- You can use a
hi
I hard-coded the tenant ID and tested in a
String**
- Add or update the `CharSet` and `Collation` in your connection string, for example:
```xml
the following command:
`abp new MyApp -u angular -t app-pro --theme lepton -m none --separate-auth-
**ABP Framework version**: v9.1
**UI Type**: Angular
**Database System**: EF Core (SQL
The wwwroot/libs folder is only necessary for MVC or
This project has a stand-alone MVC auth
no-social-logins -no-saas -no-gdpr -no-file-management -no-text-template-management
When I start the Auth
The backend configuration (AbpCookieConsentOptions) is used for the
The cookie banner shows up, but the CookiePolicy and PrivacyPolicy links are
https://dev.approach.cpat.dev
https://cpattest.dev.approach.cpat.dev tenant
Auth
Migrated from 9.0.4 to 9.2.3, Login as Tenant asking user name/pwd
Logs
This will restore the
:39.867 +02:00 [ERR] [null] [null] An error occurred using the connection to database 'Extranet' on
Consider your recent changes on your PostgreSQL
Also, you might have shut down your DB
.
- When using multiple DbContexts (SQL
If you perform operations in MongoDB and an exception occurs there, but the SQL
Ensure that your event handler logic is wrapped in a transaction that includes both the SQL
If not, handle failures in MongoDB by throwing exceptions before the SQL
_repository stores data to SQL
When an event is received, our service performs two operations:
- Synchronizes data to a SQL
have two DbContexts within the same microservice, with the AbpEventInbox table configured in the SQL