Activities of "balessi75"

Hi,

I checked that, the user's email we are entering is not associated with a deleted account.

It's happening with any user email that we test with. For each user, a different ID is specified in the exception, but for all users the exception references an ID that doesn't exist anywhere in the database.

ABP Commercial 7.2.1 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme

Hi we are getting the below exception in the logs when we run in production. We don't seem to have the issue in local development, but are receiving the exception when we deploy the application to an Azure Appservice. The exception refers to an IdentityUser with an id of f8f7d016-0050-a3aa-96a3-6b3cc9e3e1c2 not being found.

We confirmed that there is NO AbuUser record existing with this ID in either our tenant DB or host DB. We don't know where this ID is coming from or where to look from here.

Thanks in advance as we need a solution ASAP. Regards, Brian

Thanks @maliming,

This looks good :-)

ABP Commercial 7.2.1 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme

Hi, We are using the Lepton theme in ABP Commercial w/Blazor and we noticed that on mobile displays, the search button on the tenant management page is often extending outside of it's containing card component.

Any ideas or workarounds are greatly appreciated.

Thanks in advance, Brian

Thanks @maliming

Our pipeline is working now with your help.

Quick question - should we always be using the latest version of the CLI in the pipeline, even if we are not on the latest version of ABP. For instance, we are on ABP 7.2.1 and using CLI version 7.0.1 (this was the latest CLI version when we upgraded to APB 7.2.1) in development. Should our pipeline target the same version we are using in development or is it safe to just always use the latest version of the CLI regardless of the ABP version.

Thanks!

Hi @maliming,

Thank you. Any ideas on how to go about installing the abp CLI in the pipeline?

ABP Commercial 7.2.1 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme

We are deploying our application to an Azure App Service. The application startup exceptions because of the wwwroot/libs folder not existing.

I know that libs folder contents are excluded from source control (.gitignore) and that in a development environment we can run abp install-libs, but in a production deployment process using a DevOps build/release pipeline (running in a MS build agent), how can we accomplish the install-libs functionality for a deployment to an App Service. Can an app service run an ABP CLI command?

Any suggestions is greatly appreciated.

-Brian

Thanks as always @maliming

This was very helpful!

ABP Commercial 7.2.1 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme

Hi,

We have successfully implemented a sub domain based tenant resolver by inheriting from TenantResolveContributorBase and overriding the ResolveAsync method.

When a subdomain for the tenant cannot be resolved (invalid subdomain entered in the URL), we are currently throwing a BusinessException which renders a plain text message on an empty page for the user.

How can we redirect the user to a specific error page in our project from within the ResolveAsync method? Our implementation of the tenant resolver is in the domain project of our Blazor Server solution.

Any recommendations are greatly appreciated.

-Brian

Answer

Hi,

LeptonX theme uses SVG as favicon, but SVG favicons is not supported on Safari.

we will fix the problem at the next patch version.

Ok great, thanks! We currently use the Lepton theme (not LeptonX). Can you confirm that the fix will also be done for the Lepton theme?

Thanks!

Showing 51 to 60 of 245 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30