Activities of "david.hurtado"

Question

Can you provide a Guide to customize fav icon for authentication server.

  • ABP Framework version: v7.0.1
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:
  • We have this customization for Blazor server tired like you can see in this example:
  • We need to customize the same in authentication server tired.
  • Right now we have this:
  • Can you provide a guide to do this?

In the Organization Units module of the abp framework, I need to add an additional property that will allow me to filter the organization's tree by company or enterprise(this is a custom module that we made before) within the tenant. How can I add this property so that the user can configure it and then use those values in another module of the system?

Is this possible? There is a guide to do this??

  • ABP Framework version: v7.0.1
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Im trying to generate a new module using abp sute and i get an error. How i could solve this? I'm using as Base class a AuditedAggregateRoot

Some of properties are Enums. Has navigations to multiple modules

  • ABP Framework version: v7.0.1
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server,)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • [08:54:38 ERR] ---------- RemoteServiceErrorInfo ---------- { "code": null, "message": "An internal error occurred during your request!", "details": null, "data": {}, "validationErrors": null }

[08:54:38 ERR] After parsing a value an unexpected character was encountered: E. Path 'Texts.MaxTipoDeMeta', line 1374, position 5. Newtonsoft.Json.JsonReaderException: After parsing a value an unexpected character was encountered: E. Path 'Texts.MaxTipoDeMeta', line 1374, position 5. at Newtonsoft.Json.JsonTextReader.ParsePostValue(Boolean ignoreComments) at Newtonsoft.Json.JsonTextReader.Read() at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateDictionary(IDictionary dictionary, JsonReader reader, JsonDictionaryContract contract, JsonProperty containerProperty, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContra

  • Steps to reproduce the issue:
Question

Abp Audit Log tables consume a large part of the physical space of the database. We are thinking of applying partitioning to it. We would like to know if there is any restriction in this regard with future updates of the framework or what considerations you recommend that we should take into account.

  • ABP Framework version: v7.0.1
  • 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:"

The login page of the authority's module is not validating that the selected tenant has been deleting or its expiration period has expired. Therefore, it allows me to login with non-existent tenants. If a user switches tenants and tries to select one that is deleted or has already expired, it performs the validation, but when the tenant is cached, it allows the login to proceed.

  • ABP Framework version: v7.0.1
  • UI type: Blazor Server
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Allows login with tenants deleted or expired period.
  • Steps to reproduce the issue:"
  • Create a new tenant, make a login.
  • With other browser erase that tenant, login with cached user a let get in into deleted tenant.

What we could do to validate this situation?

We have been deploying an application with Blazor Server. Sometimes app doesn't respond. When we look at log file we found this two sentences: 2023-05-16 08:36:23.702 -04:00 [WRN] '.AspNetCore.Correlation.k6C1kADq7q8UT-4lX7OYdS9D46DVzIYCwIEv-oTEMOw' cookie not found. 2023-05-16 08:36:23.703 -04:00 [ERR] An unhandled exception has occurred while executing the request. System.Exception: An error was encountered while handling the remote login. ---> System.Exception: Correlation failed. --- End of inner exception stack trace --- at Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler`1.HandleRequestAsync() at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Volo.Abp.AspNetCore.Security.AbpSecurityHeadersMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<

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

  • ABP Framework version: v7.0.1

  • UI type: Blazor Server

  • DB provider: EF Core

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

  • Exception message and stack trace: 2023-05-16 08:36:23.702 -04:00 [WRN] '.AspNetCore.Correlation.k6C1kADq7q8UT-4lX7OYdS9D46DVzIYCwIEv-oTEMOw' cookie not found. 2023-05-16 08:36:23.703 -04:00 [ERR] An unhandled exception has occurred while executing the request. System.Exception: An error was encountered while handling the remote login. ---> System.Exception: Correlation failed. --- End of inner exception stack trace --- at Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler`1.HandleRequestAsync() at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Volo.Abp.AspNetCore.Security.AbpSecurityHeadersMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext() --- End of stack trace from previous location --- at Volo.Abp.AspNetCore.Tracing.AbpCorrelationIdMiddleware.InvokeAsync(HttpContext context, RequestDelegate next) at Microsoft.AspNetCore.Builder.UseMiddlewareExtensions.<>c__DisplayClass6_1.<<UseMiddlewareInterface>b__1>d.MoveNext() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareImpl.<Invoke>g__Awaited|8_0(ExceptionHandlerMiddlewareImpl middleware, HttpContext context, Task task)

  • Steps to reproduce the issue:"

This error only happens on Blazor Server services. API Server and Authority Server works properly, we could login and execute endpoints directly in the API service, but front end on Blazor Server only shows a white screen without any message.. We have been created a restart task every early in the morning to avoid this happens.

The app is hosted on a windows 2019 server standard. What do you suggest to solve this problem?

We have developed an application on Blazor Server. We have a situation that when users leave a modal window open and for some reason the connection is lost, the connection error cannot be displayed. Since it is hidden behind the modal window. Any suggestions to improve this experience for our users?

  • ABP Framework version: v7.0.1
  • UI type: Blazor Server
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: The error is hidden by the modal window.

This image show the error when don't have a modal window. And It's Ok.


In this image you can see that the error message is difficult to read.

  • Steps to reproduce the issue:"
  • With the application running, bring up any modal window and disconnect the network cable.

We need to send to users a personalized Error Message for Required Fields

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

  • ABP Framework version: v7.0.1
  • UI type: Blazor Server
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • We Made this code
  • DTO File

public class TestDto { [Required(ErrorMessage = "RequiredField")] public string Name { get; set; }

[Required] public string Title { get; set; } }

On a JSON Localized File, we have this code: en.json

{
  "Culture": "en",
  "Texts": {
    "Menu:Home": "Home",
    "Home": "Home",
    "Welcome": "Welcome",
    "LongWelcomeMessage": "Welcome to App. This is an experimental project.",
    "WelcomeMessageCont": "To use this App you must be registered before.",
    "LogInWelcomeMessage": "General Interactions.",
    "EndDate": "End date",
    "StartDate": "Start date",
    "RequiredField":"Please provide a value for field {0}"
  }
}

On the razor file we'd test to way to implement validations, via data annotations (on Name Field) or via blazorise validations (See Title field)

  • Steps to reproduce the issue:"
  • What we could do for this?

We need to know if it is possible to restrict the number of concurrent logins that the same user can make in the application.

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

I hava a from which various telephone data is requested. With the update to framework 7.0.1 now the final space is very long. In the previous version it was much shorter

  • ABP Framework version: v7.0.1
  • UI type: Blazor Server
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:

This is an example:

  • Steps to reproduce the issue:"
  • Previous version:

How i could fix it??

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