What are full steps to reproduce in a new template?
Are you talking about the email template?
hi
Can you reproduce it in a new template project? liming.ma@volosoft.com
Create a new project from scratch? I havent tried that but this project of ours is still new, no development made on the backend, only on the frontend side.
I am thinking, the values are not initiating properly? Do I need to load/initiate it manually? Do note that send test email is working, I just created a test function to send an email but the values like SMTP host is not loading.
Thanks, Mike
but the first issue is that the values I saved is not loading.
I don't get it. Can you explain more?
I also tried the Send test email and its also not working.
Please remove the
NullEmailSender
.#if DEBUG context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, NullEmailSender>()); #endif
As you can see in this screenshot, SMTP Host is still null. Already removed the NullEmailSender. The test send email works now but if i use this code, the SMTP Host and other values are still null. Thanks, Mike
HI,
I tried the Email Sending function you have and it is not working. The details I saved on the Settings/Emailing is not loading. I also tried the Send test email and its also not working.
Thanks, Mike If you're creating a bug/problem report, please include followings:
I was implementing Telerik in our existing project.
I followed this tutorial. But when i add the Telerik Component, it conflicts on the Blazorise component. How can you solve this issue?
Note: we have 30 or more entities created so its kinda hassle if i update the CardBody to Blazorise.CardBody one by one.
If you're creating a bug/problem report, please include followings:
Hi Mike,
Just to make sure, do you try to update your CLI and then build/run your project?
(Btw, Could you doabp clean
thendotnet build /graphubild
under the solution) Do I understand correctly?Because it seems to be a different issue related to migration.
Regards
Did the abp clean. I did the dotnet build /graphbuild while we were on abp 5.3.4. Might be a different issue but its on the same topic that we encounter this error when we update the existing project to 6.0. Is there a complete step by step document on upgrading from ABP 5.3.4 to 6.0?
Thanks, Mike
Hi,
It should be
UrlShortingMiddleware
. There is a typo on the screenshot. Could you check it, please?Regards.
Hi Malik,
I tried it. The build is working but when I update existing Entities (which I created while on ABP 5.3.4 version) this error appear.
It also says that the Entity I update is already existing.
Hope you can help me with this issue.
Thanks, Mike
I upgraded ABP 5.3.4 to 6.0. I updated the packages, NPM and ABP suite, cli etc then this error occured
: If you're creating a bug/problem report, please include followings
Hi,
Is there a sample document on how to add Modules like Pay, Chat etc using MicroServices/Blazor with EF Core Framework?
I tried to follow the instruction you have on your website but it seems not working.
Thanks, Mike
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings: