Base solution for your next web application
Open Closed

Internal Server Error (CORE) (GetUserNotifications) #3949


User avatar
0
velu created

HI,

This error occurred at startup. When we set the application to the Single tenant ( multitenancy off ).

If multitenancy on: [] Error occurred at admin login [] Fine working in tenant and user Login.

Thanks


8 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @velu,

    Switching from multi tenant to single tenant can cause such problems. Can you try to clear your cookies and try again ?

    Thanks.

  • User Avatar
    0
    velu created

    Hi,

    We try to delete all cookies, Still, the issue persists.

    Console Error. Failed to load resource: the server responded with a status of 500 (Internal Server Error)

    Browser Response. This localhost page can’t be found

    No webpage was found for the web address: <a class="postlink" href="http://localhost:22742/Account/Login?ReturnUrl=%2Fapi%2Fservices%2Fapp%2FNotification%2FGetUserNotifications%3FMaxResultCount%3D3">http://localhost:22742/Account/Login?Re ... tCount%3D3</a> Search Google for localhost 22742 Account Login HTTP ERROR 404

    Thanks

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @velu,

    Can you also share the error message in your Log file ?

  • User Avatar
    0
    velu created

    HI,

    Please look into this for the log file.

    URL: <a class="postlink" href="https://drive.google.com/open?id=0BzSirtYGe7EHOWZoZkVvLTIyeFE">https://drive.google.com/open?id=0BzSir ... kVvLTIyeFE</a>

    Thanks.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @velu,

    I think this problem is solved and it was related to corrupted data in AbpUserNotifications table.

    Thanks.

  • User Avatar
    0
    velu created

    HI,

    After deleting all data from table it's working, But when we create new user then new notification data inserted into table and the same error occurred

    Thanks

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @velu,

    Can you share latest version of your project with us via email ? Let us check it again.

    Thanks.

  • User Avatar
    0
    velu created

    Hi,

    We observed that this issue is not related to table value Because this functionality works fine on Hosted Server.

    *This problem only occurred in development machine.

    Thanks.