Activities of "improwise"

When creating a new Blazor WASM in ABP Suite you get

Cannot change the connection string in /aspnet-core/etc/docker/appsettings.json. Error: After parsing a value an unexpected character was encountered: ". Path 'RemoteServices.AbpAccountPublic.BaseUrl', line 24, position 6.

(Default value for connection string and db used, ie no changes to what ABP Suite suggests)

Seems like this is being handled here now

https://github.com/abpframework/abp/issues/20078

Would be nice if there were a way to know this, I just happened to see this by luck as I don't normally scroll through every issue, is there a way to see GH issues related with support tickets here?

Where can I find more information about the ABP Personal Edition license?

Note sure if these are in anyway related to each other, maybe not but related areas

https://support.abp.io/QA/Questions/7323/BUG-Login-page-in-browser-does-not-redirect

hi

Does the abp suite meet your requirements?

The ABP Suite has been fantastic for generating components and has saved a lot of development time. However, I'm finding it challenging to enhance the UI to the level we desire. The suite's convenience has admittedly made me a bit lazy in this regard, so I’m reaching out for your guidance.

Could you recommend a UI framework that integrates smoothly with ABP and the Lepton Pro theme? We're looking for something that can help us achieve a more polished and modern look and save time too.

Thanks for your help!

We kind of came to the same conclusion for our project(s) resulting in that we mainly used ABP Suite for generation of non UI code to save some time but instead built the UI ourselves with something like DevExpress, Telerik etc. Especially with LOB applications where a powerful datagrip component is a requirement etc.

I am working with version 8.2.0-rc.5 (new Blazor Server project) and have the problem that I have to log in almost every time I start the application from Visual Studio, even if I select "Remember me". Sometimes the automatic login works, but only very rarely and I have not yet found out when this is the case.

Also, the background of the login page is purple instead of blue and after logging in, the dark theme is shortly displayed before it automatically switches to the system theme. I also have to click away the cookie message every time.

I didn't have these problems with version 8.1... Can anyone confirm this behavior?

Have not seen this problem with any of the RC versions of ABP Suite 8.2 I have tried (including RC5).

It's already done by MAUI but it seems WinUI3 has a problem with that Activate() method: https://github.com/microsoft/microsoft-ui-xaml/issues/7595

It brings too complex solutions,

It seems this one is good: https://stackoverflow.com/a/12758966/7200126 But still I recommend waiting WinUI3 to fix it. In our side we'll add another page when redirect uri scheme is different than http(s)

At least some confirmation to the user that authentication was successful goes a long way and should also be independent from redirects etc. ie quite easy to implement. As of now, it just looks like nothing happened unless you know what to look for.

Hi,

MAUI implements the default behaviour of OAuth login and redirects to browser to login. And browser redirect back to the application with a specific scheme like (yourapp://callback). By default it should open your application and bring it to the front. But I reproduced the same scenario as you said, it stays in the background but login operation is completed. Here is the 2 cases:

  • We can implement a new page after redirection to different schemes than http(s)://
  • We can implement the logic in the MAUI app that brings to the front itself on the desktop apps and use can recognize that the login operation is done.

Thanks.

Still waiting for a reply...

There seem to be a problem with at least the latest RC versions that ABP Suite hangs, at least "visually". Even when you have received the "new project created" web page popping up and "Done XXX" in the CLI, it still often looks like this for quite some time in ABP Suite

If you wait long enough, it usually wakes up and shows the "The ABP solution has been created. Do you want to create the database and seed the initial data?" dialog.

Overall it seems like the ABP Suite in 8.2 RC is much slower than the one in 8.1.

Showing 41 to 50 of 155 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13