deep-foundation / deep-foundation/dev

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

Open
#228 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
20
Forks
18
PR merge metrics
No merged PRs in 30d

Description

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](https://github.com/deep-foundation/dev/assets/83237728/703d86dc-3364-4f6b-a16f-cbe975f3c180)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.