Skip to content

Error when trying to edit the handler code (at the stage of saving changes) #228

@TimaxLacs

Description

@TimaxLacs

Error:

Unhandled Runtime Error
Error: DeepClient Update Error: parsing Integer expected for input type: PGBigInt failed, expected Number, but encountered Object

Source
../deeplinks/imports/client.js (648:0) @ DeepClient.eval

  646 |             e.message = sqlError.message;
  647 |         if (!this._silent(options))
> 648 |             throw new Error(`DeepClient Update Error: ${e.message}`, { cause: e });
  649 |         return Object.assign(Object.assign({}, q), { data: (_g = (_f = (_e = (q)) === null || _e === void 0 ? void 0 : _e.data) === null || _f === void 0 ? void 0 : _f.m0) === null || _g === void 0 ? void 0 : _g.returning, error: e });
  650 |     }
  651 | }
Call Stack
rejected
../deeplinks/imports/client.js (5:41)
Show collapsed frames

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions