Activities of "JimmyLiew"

I have created microservice template for my application. I am currently implementing custom localization and also working on overriding the MyAccount localization provided by the Account module in my AuthServer MVC project, following the official documentation. However, the localization texts no being reflected.

Below is my implementation of custom/override the localization:

1. Created a new localization json file and resource.

2. Added AbpLocalizationOptions and added AbpLocalizationModule as [DependsOn] Dependency

using Volo.Abp.Localization; using Volo.Abp.Account.Localization;

3. Injected IHtmlLocalizer<TestResource> in index.cshtml

Could you please advise or review whether my implementation is correct?

Remarks: I also tried clearing the Redis cache using the Redis CLI command docker exec -it redis redis-cli flushall, but unfortunately, it didn’t resolve the localization issue.

Thanks.

Hi,

I have created a vanilla microservice template using ABP studio(v0.9.25) . However, encountered Internal Error 500 when new created tenant is trying to access file management module. Is there any extra code implementation need to be applied for my use case?

Remarks: The File management module is working if login as host.

Thanks.

Hi, Currently I'm trying to integrate Microsoft Entra Id to my project. I have configured Authority as DynamicOptions property to support the multi-tenant Authority endpoint of Microsoft Entra. Noticed that, this Authority property not working even i have assigned the value of Authority in frontend. Noticed that, Authority value defined in the frontend isn't being applied which results in an empty authorization endpoint when redirecting to Microsoft Entra. Could you advise how to configure the Authority property dynamically to support Microsoft Entra's multi-tenant endpoint?

Thanks.

Hi, I have implemented subdomain tenant resolver in angular frontend by adding {0} placeholder to determine current tenant.

Noticed that, when angular redirect to auth-server, __tenant custom header does not forward due to the redirect with 302 status code behavior. (Please correct me if I'm wrong.) https://stackoverflow.com/questions/46133557/why-is-my-header-not-being-set-on-redirect

Workaround Solution - Pass __tenant as query string instead of request header.

Question: As per abp documentation, abp backend already built-in QueryStringTenantResolveContributor to resolve the tenant by trying to find current tenant id from query string parameters. May i know how to implement QueryStringTenantResolveContributorin frontend so that "__tenant" will append as query string in URL and forwards to authentication server and trigger QueryStringTenantResolveContributor to resolve tenant seamlessly?

For example: Angular : https://tenant1.app.example.com AuthServer: https://auth-server.example.com?__tenant=tenant1

Thanks.

I have implemented my own custom tenant resolver(Please refers screenshot below). My question is why the tenant field still visible even i have resolved the tenant in my custom tenant resolver? Did I miss anything in the implementation? How can I hide the tenant field once the custom tenant resolver successfully identifies the tenant?

Thanks.

  • ABP Framework version: v9.1
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): Auth Server Separated (for Angular)
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi, I have encountered an issue which the language and audit both modules are missing from frontend Menu. Previously, both modules park under **Administration **Menu. After moved to version 9.1 and found that both modules are missing. May i know anything need to configure inside the code?

  • ABP Framework version: v9.0.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi, I am facing issue of downloading old version(v8.3) template by using the abp cli command below.

abp new Abp.Template -t microservice -u angular -m none --theme leptonx -csf -v 8.3.0

But it ended up generated a template with latest version which is v9.0.2.

May i check how to force the cli to download template with v8.3 (Net 8)?

  • ABP Framework version: v8.3.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue: Create a microservice startup template using ABP studio and create a new tenant with module specified connection string(please refer screenshot below). Click on Run > Build & Start All to run all the solutions using ABP studio.

Hi, I have encountered some problems when trying login to the tenant that created. I have consolidated some of the problems at below.

  • Notice that, some identity related tables are not being generated in tenant database.(E.g AbpUser table). I have tried manually apply the migration by clicking "Apply database migrations" button on the UI, but the missing tables still not being generated.

  • Notice that, login with this tenant option is missing in the Host UI.

  • Encountered "Invalid object name "AbpLanguageTexts" error when login to new created tenant . I have checked the **AbpLanguageTexts **table is existed in tenant administrator database.

Your advice would be greatly appreciated. Thank You.

  • ABP Framework version: v8.3
  • ABP Studio version: v0.8.3
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:After upgrading from 0.8.2 to 0.8.3, ABP studio crashed when trying to open existing abp solution(abpsln). Attached screenshot from Event Viewer for your reference.
Showing 1 to 9 of 9 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 10, 2025, 06:30