Announcement

Collapse
No announcement yet.

Bad server response : how to debug

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Bad server response : how to debug

    I'd like some advice on how to debug "bad server responses"

    For example this reproducible one in 4.02 when calling /api/v1/KnowledgeBaseArticle/layout/massUpdate, occurring when using mass update in the knowledge base.

    Is there any recommended approach to facilitate debugging of this?


  • #2
    Always first you need to check is a server's error log.

    Comment


    • #3
      But it your case the cause is obvious. Missing comma in JSON.

      Comment


      • #4
        Thanks, precise reading So fix is /application/Espo/Modules/Crm/Resources/layouts/KnowledgeBaseArticle/massUpdate.json

        Comment

        Working...
        X