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,
Is anyone there?
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,
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.