Open Closed

An unhandled exception has occurred. See browser dev tools for details. Reload #7445


User avatar
0
infence created

Hi, An unhandled exception has occurred. See browser dev tools for details. Reload(In console: Invocation canceled due to the underlying connection being closed.) , when clicked Reload it works. After doing some research i got to know that this is arising only when i add entities to Module (new Module added to solution).In Log, the error shows as [ERR] Unhandled exception in circuit '97X0b7xtEA1oi719RYRX51AXfS8y8FVO2dELunj6XLM'.

  • ABP Framework version: v8.1.3
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

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

    Hi,

    could you please share the full error logs?

  • User Avatar
    0
    infence created

    2024-07-03 14:56:18.223 +05:30 [DBG] Added 0 entity changes to the current audit log 2024-07-03 14:56:18.229 +05:30 [DBG] Added 0 entity changes to the current audit log 2024-07-03 14:56:18.235 +05:30 [WRN] Unhandled exception rendering component: Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object. at Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.SideMenu.Navigation.MobileNavbar.BuildRenderTree(RenderTreeBuilder __builder) at Microsoft.AspNetCore.Components.ComponentBase.<.ctor>b__6_0(RenderTreeBuilder builder) at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder batchBuilder, RenderFragment renderFragment, Exception& renderFragmentException) 2024-07-03 14:56:18.246 +05:30 [ERR] Unhandled exception in circuit 'w-VW2zQjg073f-xPA9wm8YUgTmiFF4TeEJjpiX2JRxo'. System.NullReferenceException: Object reference not set to an instance of an object. at Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.SideMenu.Navigation.MobileNavbar.BuildRenderTree(RenderTreeBuilder __builder) at Microsoft.AspNetCore.Components.ComponentBase.<.ctor>b__6_0(RenderTreeBuilder builder) at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder batchBuilder, RenderFragment renderFragment, Exception& renderFragmentException) 2024-07-03 14:56:18.301 +05:30 [DBG] PermissionStore.GetCacheItemAsync: pn:U,pk:21427567-dc61-a262-86d9-

  • User Avatar
    0
    infence created

    After log in , this happens and when reloaded, the home page appears

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    looks like a problem.

    Could you share the full steps to reproduce the problem? i will check it. thanks

  • User Avatar
    0
    infence created
    1. Create a solution in abp suite
    2. Add a Module to solution (Create a New Module in Suite)
    3. Add the Module path to the Abp Suite
    4. Generate entity in Abp suite Crud Page Generator in the New Module
    5. Log in and you can find the reload error

    I am using Abp commercial

    Thanks

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    thanks. i will check it

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Add a Module to solution (Create a New Module in Suite)

    How do you add it?

    BTW, you can share a simple project with me, and I will check it. my email is shiwei.liang@volosoft.com

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11