Activities of "mikeolofernes"

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:

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

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

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

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

Hi Mike,

Just to make sure, do you try to update your CLI and then build/run your project?
(Btw, Could you do abp clean then dotnet 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

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:

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

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:

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

hi

What's the value of your Host setting?

I used 104.21.13.176 for testing, but the first issue is that the values I saved 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

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

What are full steps to reproduce in a new template?

Are you talking about the email template?

Showing 1 to 10 of 20 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11