deep-foundation / deep-foundation/dev

Error: DeepClient Select Error: Response not successful: Received status code 500 in branch cyber

Open
#227 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

Reproducing the error:
1. run deep.case via gitpod
2. install npm package `@mui/icons-material`
3. change dependencies `deepcase`, `deeplinks` and `deepcase-app` from the `main` branch to the `cyber` branch
4. in console 2 (in which the deep.case operation logs) cancel the execution and re-execute the “last” command

### Error:
```
Unhandled Runtime Error
Error: DeepClient Select Error: Response not successful: Received status code 500

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

542 | catch (e) {
543 | console.log(queryData);
> 544 | throw new Error(`DeepClient Select Error: ${e.message}`, { cause: e });
545 | }
546 | });
547 | }
Call Stack
rejected
../deeplinks/imports/client.js (5:41)
Show collapsed frames
```
![image](https://github.com/deep-foundation/dev/assets/47035777/2e94aaee-6130-4995-a485-4d28b7103532)

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.