Activities of "nhontran"

Hi @maliming, so sorry, I am stuck in another urgent request meeting, can we rearrange the meeting to another time? please let me know your available time slots, I will tried to fit one of yours.

Hi @maliming, noted, thanks

Hi @maliming, sorry, can we have a call at the other time? how abt 02:00PM GMT+8?

Hi @maliming, I am able to download after upgrade the ABP CLI, thanks

Hi @maliming, I am using the ABP Suite version 4.0.2, should I upgrade it?

[17:37:50 INF] ABP CLI (https://abp.io) [17:37:51 INF] Version 4.0.2 (Stable) [17:37:53 WRN] ABP CLI has a newer stable version 4.1.2, please update to get the latest features and fixes. [17:37:53 WRN] [17:37:53 WRN] Update Command: [17:37:53 WRN] dotnet tool update -g Volo.Abp.Cli [17:37:53 WRN] Starting Suite v4.0.0 ... Opening http://localhost:3000

I tested again in my localhost with deployment in IIS, the same issue happens. It only works fine if we run it on IIS Express using visual studio.

Hi, I just tried, still got the same issue

Hi @maliming, I thought about that at first, so I have set the "IsEnabled": "false" for all the setting files, I also tried to delete all the appsettings and left the appsetings.json -> also got the same issue

  • ABP Framework version: v3.3.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Seperated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:

Hi, I have set the redis cache to false in appsettings.json. However, I still got this error when deploying the API into UAT server, this issue does not happen in localhost.

appsettings.json:

  "Redis": {
    "Configuration": "127.0.0.1",
    "IsEnabled": "false"
  },

Error:

Volo.Abp.AbpInitializationException: An error occurred during ConfigureServices phase of the module SingHealth.DigitalPlatform.DigitalPlatformHttpApiHostModule, SingHealth.DigitalPlatform.HttpApi.Host, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null. See the inner exception for details.
---> 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: 1s ago, last-write: 1s ago, keep-alive: 60s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 6s ago, v: 2.0.593.37019
   at StackExchange.Redis.ConnectionMultiplexer.ConnectImpl(Object configuration, TextWriter log) in C:\projects\stackexchange-redis\src\StackExchange.Redis\ConnectionMultiplexer.cs:line 942

Hi @gterdem, noted. I will try and let you know. Thanks a lot

Showing 161 to 170 of 195 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54