Open Closed

Angular: can not set json item `application.logoUrl` in `environment.ts` file ,it dose not working #280


User avatar
0
gexiaoxu created
  • ABP Framework version: v3.0.1
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  • Exception message and stack trace: can not set json item application.logoUrl in environment.ts file ,it dose not working
  • Steps to reproduce the issue:

''' export const environment = { production: false, application: { name: 'AuthServer', logoUrl:'http://login.g-cdm.com/publicData/images/logo.png' }, oAuthConfig: { issuer: 'http://localhost:44318', clientId: 'AuthServer_App', dummyClientSecret: '1q2w3e*', scope: 'AuthServer offline_access', showDebugInformation: true, oidc: false, requireHttps: false, }, apis: { default: { url: 'http://localhost:44318', }, }, localization: { defaultResourceName: 'AuthServer', } }; '''

Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

1 Answer(s)
  • User Avatar
    0
    Mehmet created

    Hi @gexiaoxu

    application.logoUrl property is not working with ABP Commercial app. You should replace the logos in the assets/images/logo with your logos without changing the file names to change the logo. See the description about lepton theme logos

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
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.8.0-preview. Updated on September 16, 2026, 14:50
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.