Activities of "yasin.hallak.89@gmail.com"

  • ABP Framework version: v5.0.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

hello there ..

I choosed only "Require Digit"

when I add user and set password only digit from new uesr as like figure below :

it works well ..

but when I add user and set password only digit from here :

it not work and give me three errors :

  1. non-alphanumeric character
  2. Required lower case character
  3. Required upper case character

can I have solution for this problem

thank ...

Can you share the application logs?

Under the /logs folder.

2022-06-28 10:53:54.774 +03:00 [WRN] It was not possible to connect to the redis server(s). UnableToConnect on 127.0.0.1:6379/Interactive, Initializing/NotStarted, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 2s ago, last-write: 2s ago, keep-alive: 60s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 4s ago, v: 2.2.4.27433 StackExchange.Redis.RedisConnectionException: It was not possible to connect to the redis server(s). UnableToConnect on 127.0.0.1:6379/Interactive, Initializing/NotStarted, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 2s ago, last-write: 2s ago, keep-alive: 60s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 4s ago, v: 2.2.4.27433 at StackExchange.Redis.ConnectionMultiplexer.ConnectImplAsync(ConfigurationOptions configuration, TextWriter log) in //src/StackExchange.Redis/ConnectionMultiplexer.cs:line 861at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.ConnectAsync(CancellationToken token)at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAndRefreshAsync(String key, Boolean getData, CancellationToken token)at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAsync(String key, CancellationToken token)at Volo.Abp.Caching.DistributedCache2.GetAsync(TCacheKey key, Nullable1 hideErrors, Boolean considerUow, CancellationToken token)2022-06-28 10:54:03.930 +03:00 [WRN] It was not possible to connect to the redis server(s). UnableToConnect on 127.0.0.1:6379/Interactive, Initializing/NotStarted, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 2s ago, last-write: 2s ago, keep-alive: 60s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 13s ago, v: 2.2.4.27433StackExchange.Redis.RedisConnectionException: It was not possible to connect to the redis server(s). UnableToConnect on 127.0.0.1:6379/Interactive, Initializing/NotStarted, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 2s ago, last-write: 2s ago, keep-alive: 60s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 13s ago, v: 2.2.4.27433at StackExchange.Redis.ConnectionMultiplexer.ConnectImplAsync(ConfigurationOptions configuration, TextWriter log) in //src/StackExchange.Redis/ConnectionMultiplexer.cs:line 861 at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.ConnectAsync(CancellationToken token) at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAndRefreshAsync(String key, Boolean getData, CancellationToken token) at Microsoft.Extensions.Caching.StackExchangeRedis.RedisCache.GetAsync(String key, CancellationToken token) at Volo.Abp.Caching.DistributedCache2.GetAsync(TCacheKey key, Nullable1 hideErrors, Boolean considerUow, CancellationToken token)

Are there any errors or does the page just spin?

And what are you using MVC/etc and separate identityserver.

So more information please

there are no errors just spin .. I wrote above..

UI type:MVC

DB provider: EF Core

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

  • ABP Framework version: v5.3.0
  • UI type:MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

Hi there; I have created new project with public web including CMS. I have succesffully migrate database and update it. But when I try to run the project myProj.Web.Public it is not working but just keep me waiting like figure below :

  1. how can I solve this problem ..
  2. when I create pages in cmsKit how can I access them .

thank all

Hi ElifKaya

It'solved the problem https://support.abp.io/QA/Questions/2348/Select2-BS5-Modal-Problem

but I want to ask you .. I discovered some bugs related to abp framework.. where i can share them with you ??

TenantDatabaseMigrationHandler

Ok when a tenant is created it had called and gave me exception 'instance failure' error while connection string is correct

I Changed conection string from Server=DESKTOP-4QC3ADQ\SQLEXPRESS;Database=osamaTenant;Trusted_Connection=True to Server=.\SQLEXPRESS;Database=osamaTenant;Trusted_Connection=True Now it is working very well thanks

TenantDatabaseMigrationHandler

Ok when a tenant is created it had called and gave me exception 'instance failure' error while connection string is correct

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

Hi Support ..

When I create a new tenant with seperated database are not created. Just gave me this message : database migration has been queued and will be applied soon .

When i do login with new tenant after one a hour it gives me this error

.

can I have a solution for this problem please .

Hi,

Please

  • Steps to reproduce the issue:"

I want to go to this returnUrl after login correctly like below :

but it is going to home page not to the page specified with returnUrl

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