n4ze3m / dialoqbase

Create chatbots with ease
https://dialoqbase.n4ze3m.com/
MIT License
1.63k stars 266 forks source link

Can someone help me look at this problem #108

Closed 31702160226 closed 1 year ago

31702160226 commented 1 year ago

When I started the project login account, I kept throwing exceptions when I entered the Get my robot page. I checked the http call interface and the result was { "statusCode": 401, "code": "FST_JWT_AUTHORIZATION_TOKEN_INVALID", "error": "Unauthorized", "message": "Authorization token is invalid: The token signature is invalid." I have checked redis, dialoqbase and Dialoqbase-Postgres and there are no error logs. May I ask why we can use all of them normally before October

n4ze3m commented 1 year ago

Hey, are you using it locally, right? The FST_JWT_AUTHORIZATION_TOKEN_INVALID jwt token is not valid. You can log out and log in once more or try in incognito mode.

31702160226 commented 1 year ago

Hey, are you using it locally, right? The FST_JWT_AUTHORIZATION_TOKEN_INVALID jwt token is not valid. You can log out and log in once more or try in incognito mode.

Following your advice, I logged out of the account and logged in again. Thank you!!!

n4ze3m commented 1 year ago

Is it work?

31702160226 commented 1 year ago

Is it work?

yes, It's working properly again!