Base solution for your next web application
Open Closed

An Error has occurred: Error detail not sent by server #5137


User avatar
0
DexterIT created

Downloaded Aspnetzero Core + Jquery 5.4.1 I have created some entities using the RAD tool and I chose to have it create the user interfaces. When I start my site up and try to create or update an entity using the UI, I get a modal view that says: An error has occurred, error detail not sent by server. The create/edit modal doesn't close, but the action succeeds because if I click Cancel, and then refresh the page, the new entity appears. I'm not sure how to troubleshoot this because there doesn't seem to be any errors in the log file or in developer tools console in the browser. Also, the native aspnetzero entities such as Users, Roles etc. do not give this error when creating/updating. I've made quite a few updates to the site, so I'm going to try downloading a fresh template and having the only change I make be the RAD tool generation to see if that makes a difference. Any tips on how to find cause of this issue would be appreciated.


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

    @DexterIT if there are no error messages in Logs.txt file, you can check windows event viewer to see if there are any related errors.

    If you can't find any error message, could you send your project to <a href="mailto:[email protected]">[email protected]</a> ?

  • User Avatar
    0
    DexterIT created

    After some additional testing, I've found the source of the problem to be a 3rd party javascript file that I'm loading in one view/page. If I navigate to this page and then navigate to my crud pages and try to perform an action then I get the error. If I don't navigate to that page, then I don't get the error on the crud pages. Is there a way I can isolate this javascript so that it doesn't affect other pages?