Activities of "christianharo"

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v5.1.2

  • UI type: Blazor

  • DB provider: EF Core

  • Tiered (MVC) or Identity Server Separated (Angular): no

  • Exception message and stack trace:

  • Steps to reproduce the issue: I have created a brand new app using the abp suite. Created one simple entity no navigation properties. Generated and compiled the code. The Http.host file solution works and swager comes up with no issue. (https://localhost:44344/swagger/index.html) Started the .Blazor Application and stays in the cover-spin never moves forward to the login as the documentation says. (https://localhost:44307/) The appsettings for the .blazor shows as : }, "AuthServer": { "Authority": "https://localhost:44344", "ClientId": "ChildCarePal_Blazor", "ResponseType": "code" }, "RemoteServices": { "Default": { "BaseUrl": "https://localhost:44344" } }, "AbpCli": { "Bundle": { "Mode": "BundleAndMinify", /* Options: None, Bundle, BundleAndMinify / "Name": "global", "Parameters": { "LeptonTheme.Style": "Style6", / Options: Style1, Style2... Style6 */ "LeptonTheme.ChangeStyleDynamically": "true" } } } }

As an update I did the same but this time i created an angular project.... I am getting the same issue the app never shows the log in screen. Any help on this ? This are brand new apps created with the latest abp suite.

i need to add that if i create a regular NON comercial version just using ABP everything works properly.

Another update as had no response from support in 3 days.... Works correctly also when creating the solution with abp client using the app--pro in Blazor and Angular. so look slike the ABP suite creates de issue.

Another cupdate ...I created a new app this time using Abp suite and works as long as you don't add the public side and CMS Kit and public site... Might have to do with Redis as it shows a message

Possible SECURITY ATTACK detected. It looks like somebody is sending POST or Host: commands to Redis. This is likely due to an attacker attempting to use Cross Protocol Scripting to compromise your Redis instance. Connection aborted.

Hello,

I am in the latest version of the applciation.

4.3.2 I am using .Net Core and Angular as client.

I am working on a brand new application and I am trying to generate a new entity usign Abp.Suite the, generation runs with no errors including the creation of the new tables in the database but the Angular UI is not been generated. Can oyu please help ?

Thanks

Question

I am trying to the deploy the API side of the .netcore 5/angular to my windows server using IIS.

I am having a error message : HTTP Error 500.30 - ASP.NET Core app failed to start Common solutions to this issue: The app failed to start The app started but then stopped The app started but threw an exception during startup Troubleshooting steps: Check the system event log for error messages Enable logging the application process' stdout messages Attach a debugger to the application process and inspect For more information visit: https://go.microsoft.com/fwl

I looked at the logs and they show this :

Application '/LM/W3SVC/2/ROOT' with physical root 'C:\inetpub\ecommAPI' failed to load coreclr. Exception message: CLR worker thread exited prematurely

Is there a guide to deploy this applciaiton to IIS ?

.

ABP Framework version: v4.0.00 UI type: Angular Identity Server Seperated (Angular): yes

Hello,

Using Abp Commercial V4 and Angular as UI. What will be the best way to implement the following?

Suppose that Tenants are the schools , These schools have users as teachers, students and parents, I assume these will be Roles.

The Teachers will only be able to see their assigned students data, The Parents only their kids data and the Students only their own data.

First thing that comes in mind is Data Filters . I am wondering if this is correct way with ABP or what will be the recommended way. Also if there are any examples of this will be great.

Thanks.

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