Hi @mmukkara
Sorry for our late reply, I have created an issue here https://github.com/aspnetzero/aspnet-zero-core/issues/5581, we will work on this for the next version.
Hi,
We are using https://sweetalert2.github.io/ library and these messages are triggered here https://github.com/aspnetzero/aspnet-zero-core/blob/dev/angular/src/assets/abp-web-resources/abp.sweet-alert.js.
As far as I can see, sweetalert doesn't allow providing a name attribute, see https://github.com/sweetalert2/sweetalert2/blob/main/src/utils/dom/init.js#L9.
Does it pass if you provice a title when showing the message ?
Hi @mittera
Unfortunately we don't have such a sample. Do you want a totally separate DbContext which belongs to PlugIn project ?
Hi @Prasanthtp
Yes, it is possible. If you wish, you can get the Boilerplate's source code, apply your logic and then replace the used NuGet packages with your local DLLs or even your local NuGet packages.
You can also try to overwrite existing functionality in Boilerplate as much as possible. In that way, you can keep up to date when we release a new version.
I have added your request to next milestone and we will work on this issue.
Hi,
Since you are using multiple instances, you need to implement https://docs.aspnetzero.com/aspnet-core-angular/latest/Clustered-Environment#scaling-signalr. Otherwise, logout notification will be sent to specific instances and not all instances.
Hi,
If you are your app with multiple instances, you should make some configurations. Please read https://docs.aspnetzero.com/aspnet-core-angular/latest/Clustered-Environment. I think this case is related to SignalR
but you may face other problems as well.
Hi,
Currently we don't have such a feature. Could you create an issue here https://github.com/aspnetzero/aspnet-zero-core so we will add this feature for the next version of AspNet Zero.
Hi,
Yes, you are right sorry. In this case, easiest way is to share username & password with your users so they can get a token and use it for their requests.
Implementing such a feature from scratch will take longer time.
Hi,
Could you share the error logs ?
Hi benjamin,
Is it possible for you to share your project with us via email (info@aspnetzero.com) ? We can check these problems for you.