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

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

Open
TimaxLacs opened this issue Apr 17, 2024 · 0 comments

Comments

@TimaxLacs
Copy link
Contributor

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

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

No branches or pull requests

1 participant