deep-foundation / deep-foundation/dev
Error: DeepClient Select Error: Response not successful: Received status code 500 in branch cyber
- 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
```

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.