botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
76 stars 88 forks source link

Upon login success in botpress it doesn´t redirect to studio #1721

Closed sibieta closed 1 year ago

sibieta commented 1 year ago

Hi all, i`ve installed botpress based in the rocket chat tutorial with docker, using the latest version, the bot is working, but now i can´t login to the studio console.

I enter the user configured as admin and it seems that upon login it does not redirect and stays at the login form page, but its not moving further.

Here is the xhr urls that consumes without any error statuses:

Captura de Pantalla 2023-01-16 a la(s) 15 55 18

damiendidi commented 1 year ago

Hi, did you manage to solve the problem?

Tutuapp

sibieta commented 1 year ago

Yes it was o problem related to the token authentication, where the server at the backend was not configured with the correct time and that was causing the issue.

If you are having similar problem check the date time at the server.

I guess it is a security functionality the fact that it is not reported to the web interface a 401 response during login.