error 0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • marketgy
    Member
    • Apr 2020
    • 41

    error 0

    I've been getting an error 0 showing in a red flag at the top for months. Eventually it goes away after I ignore it and the software works as it should. It appears to be something that is unrelated to the server since nothing anywhere is logged, however I was able to dig in using the browser inspect and saw this. Let me know how to correct:

    espo-main.js:31502


    GET https://classatransport.org/crm/api/...action/grouped net::ERR_HTTP2_PROTOCOL_ERROR
    (anonymous) @ espo-main.js:31502
    b @ espo-main.js:31605
    request @ espo-main.js:31457
    getRequest @ espo-main.js:31578
    checkGroupedPopupNotifications @ espo-main.js:66729
    (anonymous) @ espo-main.js:66739
    setTimeout
    checkGroupedPopupNotifications @ espo-main.js:66739
    (anonymous) @ espo-main.js:66739Understand this errorAI
    crm/#EmailTemplate/create:1 Uncaught (in promise) w {errorIsHandled: false, onreadystatechange: null, readyState: 4, timeout: 60000, withCredentials: false, …}
  • yuri
    Member
    • Mar 2014
    • 8562

    #2
    I have no idea. To figure out, I'd try to debug to find out where the request fails (timeouts).

    Maybe you have an enormous amount of records in the reminder table in the database. The same request performs super fast in our system.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • marketgy
      Member
      • Apr 2020
      • 41

      #3
      Thanks for the reply Yuri. After hours of troubleshooting, it appears there was a path to an empty file /api/v1. I simply renamed the api file to something else and it seems to have solved the issue. I did upgrade to the latest version and I also downloaded the latest version to see if the files were part of the newer versions and I didn't see it. I normally upgrade via the command line so I'm not sure if this changed from older versions and was left over or if it was something generated on install. Thanks

      Comment

      Working...