Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Value too long for type character varying on updateReflectionContent #10589

Open
rafaelromcar-parabol opened this issue Dec 12, 2024 · 0 comments
Labels

Comments

@rafaelromcar-parabol
Copy link
Contributor

Issue - Bug

  • How serious is the bug? P3?
  • OS: macOS / Linux / Windows / ?
  • Browser: Chrome / Safari / Lynx / ? + version
  • Node version: node --version
  • NPM version: npm --version
  • Parabol v8.11.0
error: value too long for type character varying(255)
      at /home/node/parabol/dist/node_modules/pg/lib/index.js:2749:17
      at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
      at async PostgresConnection.executeQuery (/home/node/parabol/dist/gqlExecutor.js:1440351:28)
      at async /home/node/parabol/dist/gqlExecutor.js:1454834:28
      at async DefaultConnectionProvider.provideConnection (/home/node/parabol/dist/gqlExecutor.js:1440904:20)
      at async DefaultQueryExecutor.executeQuery (/home/node/parabol/dist/gqlExecutor.js:1454833:16)
      at async UpdateQueryBuilder.execute (/home/node/parabol/dist/gqlExecutor.js:1452925:24)
      at async updateSmartGroupTitle (/home/node/parabol/dist/gqlExecutor.js:113982:3)
      at async updateGroupTitle (/home/node/parabol/dist/gqlExecutor.js:113728:5)
      at async resolve (/home/node/parabol/dist/gqlExecutor.js:120336:5)
      at PostgresConnection.executeQuery (/home/node/parabol/dist/gqlExecutor.js:1440371:69)
      at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
      at async /home/node/parabol/dist/gqlExecutor.js:1454834:28
      at async DefaultConnectionProvider.provideConnection (/home/node/parabol/dist/gqlExecutor.js:1440904:20)
      at async DefaultQueryExecutor.executeQuery (/home/node/parabol/dist/gqlExecutor.js:1454833:16)
      at async UpdateQueryBuilder.execute (/home/node/parabol/dist/gqlExecutor.js:1452925:24)
      at async updateSmartGroupTitle (/home/node/parabol/dist/gqlExecutor.js:113982:3)
      at async updateGroupTitle (/home/node/parabol/dist/gqlExecutor.js:113728:5)
      at async resolve (/home/node/parabol/dist/gqlExecutor.js:120336:5)
      at async Object.MutationupdateReflectionContentResolver (/home/node/parabol/dist/gqlExecutor.js:144354:22) {
    locations: [ [Object] ],
    path: [ 'updateReflectionContent' ]
  }

Happened 53 times yesterday and here is an example

Acceptance Criteria (optional)

Users can:

  • Do this
  • Do that
  • Cannot do that
    Triage is performed to find the root cause of the bug, timeboxed to ~1 hour.

Estimated effort: 1 hour to triage. More if root cause is already identified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant