Activities of "smwasimraja@gmail.com"

okay just give me solution for this page only i will do rest of others i want to change complete ui of openiddict/application page with existing api implementation i want to change the ui only

can you be more eloborate if i replace custom ui with existing ui how do i implement api into new ui

For Custom LastLogin Property, where exactly should I update this value after a user logs in? Should I do it by handling some login event, or do I need to override the login method somewhere?

If you have a small code example or can point me to the best place to add this logic, that would be great.

how to create a custom login page or how to modify rhe existing login page in angular

its working

thanks its working

I tried those code on changing light to dark but still it doesnt working i am attaching image below

how to change light and dark on custom component scss

[maliming] said: hi

Did it solve the problem?

Hello Maliming,

No, it didn't.

import { Environment } from '@abp/ng.core';

const baseUrl = 'https://bluestar-angular.lemonpond-86e62977.centralindia.azurecontainerapps.io';

const oAuthConfig = {
  issuer: 'https://bluestar-authserver.lemonpond-86e62977.centralindia.azurecontainerapps.io/',
  redirectUri: baseUrl,
  clientId: 'Bluestar_App',
  responseType: 'code',
  scope: 'offline_access Bluestar',
  requireHttps: true,
  strictDiscoveryDocumentValidation: true,
  skipIssuerCheck: true,
};

export const environment = {
  production: true,
  application: {
    baseUrl,
    name: 'Bluestar',
  },
  oAuthConfig,
  apis: {
    default: {
      url: 'https://bluestar-api.lemonpond-86e62977.centralindia.azurecontainerapps.io',
      rootNamespace: 'Bluestar',
    },
    AbpAccountPublic: {
      url: oAuthConfig.issuer,
      rootNamespace: 'AbpAccountPublic',
    },
  },
  remoteEnv: {
    url: '/getEnvConfig',
    mergeStrategy: 'deepmerge'
  }
} as Environment;

[maliming] said: hi

Can you share an online URL and test username & password?

liming.ma@volosoft.com

Also set log level to debug to see more error logs.

https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems

Authserver URL: https://bluestar-authserver.lemonpond-86e62977.centralindia.azurecontainerapps.io

Swagger URL: https://bluestar-api.lemonpond-86e62977.centralindia.azurecontainerapps.io

Angular URL: https://bluestar-angular.lemonpond-86e62977.centralindia.azurecontainerapps.io

Test Username: admin Password: 1q2w3E*

Showing 1 to 10 of 20 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 12, 2025, 10:36
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.