Activities of "andmattia"

I try in 5.3.4 same result!

ok I can try with 5.3.4

No I don't have any error and tenant exists

Hi

step to reproduce:

  1. create new empty module (v 5.3.1 with Angular UI and separated IDS)
  2. set multi tenant = true on shared module
  3. start IDS+API+UI
  4. login as admin
  5. create a new tenant
  6. try to login with in the new tenant

You get an error because admin user doesn't exists. So if you look into db the user admin for tenant not exists

Hi @muhammedaltug

thanks for your quickly reply.

I add some note to integrate your suggestion:

  1. Remove src prefix and * at file name end
//tsconfig.json 
"paths": {
      "your-project": ["projects/your-project/src/public-api.ts"],
      "your-project/proxy": ["projects/your-project/proxy/src/public-api.ts"] // this line added without *
    }
  1. public-api.ts: in projects/your-project/proxy/src/public-api.ts add lib export created before on /proxy/src/lib (not index.ts into /proxy/src/lib/proxy
  2. create a ng-packge.json like this. On github like the suggestion is to create it empty but you must export ts on dist folder
{
  "$schema": "../../../node_modules/ng-packagr/ng-package.schema.json",
  "dest": "../../../dist/your-project/proxy",
  "lib": {
    "entryFile": "src/public-api.ts"
  }
}

Ok a prepare a full solution and send it

Has you try to build for production?

If you debug it it works fine but is in production mode that customization not work

I send an email with code

HI maliming

we are focus in a project roll out . I prepare a zip folder next week.

Thanks for your patience

Hi

I use the guide suply from my prev ticket.

I don't do anything in bundling, just copy ang paste the lepton theme css on custom folder change to apply my style

Showing 111 to 120 of 142 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.