Activities of "alper"

Guys I realized that the below package is used in the Blazor project

Microsoft.AspNetCore.Components.WebAssembly.DevServer

Before you publish your project, change this package to the below one

Microsoft.AspNetCore.Components.WebAssembly.Server

I guess the second one provides more performance, the first one is for development (hot reload, rebuild on change, etc...)

We were using Resource Owner Password flow. And it's not being used in modern web apps anymore. For more information you can check out https://www.scottbrady91.com/OAuth/Why-the-Resource-Owner-Password-Credentials-Grant-Type-is-not-Authentication-nor-Suitable-for-Modern-Applications or https://auth0.com/docs/flows/resource-owner-password-flow And this is same for Google. If you want to change your profile pic, you leave from Gmail and do it in Google Account website... Or Yandex Passport or Microsoft Account etc.. This is how it's done in modern web apps.

https://docs.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/webassembly?view=aspnetcore-5.0#nginx-in-docker

I stumbled upon a problem while containerising a the Blazor WebAssembly project. Is there any sample Docker file?

hi,

1- no need 2- it uses the default SMS Sender. you can use Twilio SMS sender to send it. Add this module to your project https://commercial.abp.io/modules/Volo.Abp.Sms.Twilio 3- check that your website URL is correct and running. 4- can you give the reproduce steps in details. with screenshots and logs.

it looks like misconfiguration of Identity Server. Did you add clients to the Identity Server tables in database? also check the other tables because out of the box it's configured for your main web project.

Answer

@scott7106 this is not directly related to Suite. Angular 4.0.1 has this issue. See https://support.abp.io/QA/Questions/626#answer-f3fa08ce-4fde-bd00-28fb-39f981e5f56d

this is fixed in v4.1. it'll be released in a couple of days.

hi michael,

yeah that seems to be a bug. sorting must be put before the fetch operation. Even though it's on the open-source side, nobody has reported this yet. Maybe because MongoDB is not used by many people. I created an issue on the ABP repo. Also I increased your question credits. Let's track the issue at https://github.com/abpframework/abp/issues/6706

Answer

you are free to download the source-code and modify it. But as I mention, this is not supported by Suite. Also if you modify the source-code you will also not be able to update from NuGet packages. You can also say this is a bug. Also Suite doesn't generate code if you have 2 different front-end UI (like Blazor and MVC), it's also not bug. It just doesn't support now and it's not a blocking case. You can write your entities manually as you do. I'll create an issue to cover your case.


Issue no: #4377

Showing 1381 to 1390 of 2058 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 23, 2025, 10:47