Announcement

Collapse
No announcement yet.

400 Error When Create "Group Tabs" in UI [Video]

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

  • 400 Error When Create "Group Tabs" in UI [Video]

    Here's a Loom video of the issue: https://www.loom.com/share/28907652f...0c7b9778d0fd14

    What I'm trying to do: Create a "Group Tab" in UI

    EspoCRM version: 7.2.5
    PHP version: 8.0.8
    Environment: MAMP 6
    Apache: Apache/2.4.46
    MySQL: 5.7.34

    Steps to recreat
    - /#Admin
    - User Interface
    - Add
    - Tab Group

    Error Log:
    Code:
    [2022-10-08 18:27:05] ERROR: (400) Field validation failure; entityType: Settings, field: tabList, type: arrayOfString.; PUT /Settings/1; line: 54, file: /Applications/MAMP/htdocs/prohq2/application/Espo/Core/Exceptions/BadRequest.php [] []

  • #2
    You might have built from the master branch. This is not production ready.

    Comment


    • #3
      I recommend to use official builds (https://github.com/espocrm/espocrm/releases) or build from the stable branch.

      Comment


      • #4
        You're absolutely right; I pulled from Master. Thank you for the heads up! I'll pull from the most recent release and try again....

        Comment

        Working...
        X