Activities of "safi"

Please reply!

Can anyone pls check and reply

Hi

I wan to add a functionality to show alert or info message to admin if new user is registered so that admin can see this user is created newly and can assigned them a role. Could you please let me know how we can do this.

Thanks,

  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Is anyone there?

Hi

I am getting this error while opening emailing page. Earlier it was working but right now getting this error and because of this email sending is not working.

  • ABP Framework version: v4.43
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

Is there any problem? Tried all things but no luck. It's looking like a blocker for us and because of this we are not able to deliver project.

You can try to ignoring the global.js file.

When you ignore the global.js file, is it working?

Actually, we recommend using the bundling system, because It can effectively reduce the size of CSS and JS files to makes your app load faster.

If everything is ok, you don't have to care about it

I already removed this

Did you try this?

Configure<AbpBundlingOptions>(options => 
{ 
    options.Mode = BundlingMode.None; 
}); 

yes

Hi,

I think we are talking about js not css.

However, if you don't want to use bundles & minifies, you can change it. see: https://docs.abp.io/en/abp/latest/UI/AspNetCore/Bundling-Minification#bundling-mode

Not able to understand why it's not loading HTML properly on test server

On local login HTML is

Hi,

See: https://docs.abp.io/en/abp/latest/UI/AspNetCore/Bundling-Minification#ignore-for-minification

You can try to ignoring the global.js file.

I already removed this. On local it's taking CSS from global-style.css file but if we are deploying code it's taking references from file this is the issue.

Showing 101 to 110 of 347 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11