Skip to main content

BoardReflectedLimitsException

  • April 29, 2025
  • 2 replies
  • 15 views

can anyone tell me what is this

{
  message: 'BoardReflectedLimitsException',
  locations: [ { line: 1, column: 10 } ],
  path: [ 'duplicate_board' ],
  extensions: {
    code: 'RecordInvalidException',
    status_code: 422,
    error_data: { error_data: 'BoardReflectedLimitsException' }
  }
}

i get this when calling Boards

2 replies

basdebruin
  • Community Expert
  • April 29, 2025

Looks like you are trying to duplicate a board which has connected boards configured. With the duplication you are exceeding the maximum number of connected boards for your plan.


  • Author
  • Participating Frequently
  • April 29, 2025

thanks! do you know of any supporting link on the developer documentation?