Open Closed

"Error Detail not sent by server" after deploy angular #5102


User avatar
0
khalid created

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

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

Could You please help me in this case I got error after deploying angular app to the server "Error Detail not sent by server. " I tried to figure out the error by looking to logs file of backed but I couldn't know where the error
in my local machine its work perfectly without any error

I attached screenshot of angular ui and log file

backend logs file


7 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please share the full logs with liming.ma@volosoft.com

  • User Avatar
    0
    khalid created

    Ok , Email sent

    I sent api and auth logs file

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I see some Redis errors, but it should not affect this.

    You can send an email to me, and I can check it by zoom.

    liming.ma@volosoft.com

    StackExchange.Redis.RedisCommandException: Multi-key operations must involve a single slot; keys can use 'hash tags' to help this, i.e. '{/users/12345}/account' and '{/users/12345}/contacts' will always be in the same slot
       at StackExchange.Redis.ConnectionMultiplexer.PrepareToPushMessageToBridge[T](Message message, ResultProcessor`1 processor, IResultBox`1 resultBox, ServerEndPoint& server) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 2174
       at StackExchange.Redis.ConnectionMultiplexer.TryPushMessageToBridgeAsync[T](Message message, ResultProcessor`1 processor, IResultBox`1 resultBox, ServerEndPoint& server) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 2209
       at StackExchange.Redis.ConnectionMultiplexer.ExecuteAsyncImpl[T](Message message, ResultProcessor`1 processor, Object state, ServerEndPoint server) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 2711
       at StackExchange.Redis.RedisBase.ExecuteAsync[T](Message message, ResultProcessor`1 processor, ServerEndPoint server) in /_/src/StackExchange.Redis/RedisBase.cs:line 47
       at StackExchange.Redis.RedisDatabase.KeyDeleteAsync(RedisKey[] keys, CommandFlags flags) in /_/src/StackExchange.Redis/RedisDatabase.cs:line 638
       at Volo.Abp.Caching.StackExchangeRedis.AbpRedisCache.RemoveManyAsync(IEnumerable`1 keys, CancellationToken token)
       at Volo.Abp.Caching.DistributedCache`2.<>c__DisplayClass63_0.<<RemoveManyAsync>g__RemoveRealCache|0>d.MoveNext()
    
  • User Avatar
    0
    khalid created

    hi maliming I'm working in internal network (offline )

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    But I need to reproduce the problem. The logs and screenshots don't help.

  • User Avatar
    0
    khalid created

    Hi maliming

    I figure out the reasons for this issues, its looks same in #4159 related to getEnvConfig API request

    so I remove the configuration from environment.prod.ts becuase I didn't use it for now

    remoteEnv: {
      url: '/getEnvConfig',
      mergeStrategy: 'deepmerge',
      },
    

    . . now it works like a charm.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Good news.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on June 13, 2025, 11:37