deep-foundation / deep-foundation/deepcase

Connector doesn't work: JWSError JWSInvalidSignature

Open
#29 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
7
Forks
6
PR merge metrics
No merged PRs in 30d

Description

### Describe the bug

- Open https://github.com/deep-foundation/dev in gitpod
- Click Connector button in gitpod deepcase
image

- Add my prod connector url (url and jwt key for production deepcase can get in private)
- Copy jwt key in my prod deepcase by clicking `copy token`.
- Clear cookies, localstorage in gitpod deepcase
- Past jwt key im gitpod deepcase by clicking `paste token` and `login token`.
image

- Get Error:
```
Unhandled Runtime Error
Error: DeepClient Select Error: Could not verify JWT: JWSError JWSInvalidSignature

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

380 | }
381 | catch (e) {
> 382 | throw new Error(`DeepClient Select Error: ${e.message}`, { cause: e });
383 | }
384 | });
385 | }
Call Stack
rejected
../deeplinks/imports/client.js (5:41)
```

Discrod: https://discord.com/channels/739430470345031692/970660322853670953/1172188684498522142

### Expected Behavior

_No response_

### Current Behavior

_No response_

### Steps to reproduce

_No response_

### Environment

```shell
Deepcase: 0.1.0-beta.12 (0.0.98)
```

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.