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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jflores
    Member
    • Aug 2019
    • 57

    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 [] []
  • yuri
    Member
    • Mar 2014
    • 8485

    #2
    You might have built from the master branch. This is not production ready.
    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

    • yuri
      Member
      • Mar 2014
      • 8485

      #3
      I recommend to use official builds (https://github.com/espocrm/espocrm/releases) or build from the stable branch.
      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

      • jflores
        Member
        • Aug 2019
        • 57

        #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...