-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forest Admin throws error on login #218
Comments
Hi @malavikavarma, Thanks for the feedback.
|
|
Hi @malavikavarma, do you think it could be related to this kind of discussions:
I am not really sure this is related to Forest. |
Expected behavior
On login to forest admin ,it should render the graphs and all other details of the models should be rendered.
Actual behavior
Currently , forest admin throws error in UI as follows:
Oops, something went wrong.An error occurred in retrieving your data. On logging out and logging in back there is no occurrence of the error. And backend throws error: invalid byte sequence for encoding utf8
There is a token being set during the time of login forest_session_token . This token is being generated by forest admin server. On relogin this token changes and the data is fetched correctly without error. This error occurs repeatedly.
Database used: Postgres
I need to know why this error occurs?
The text was updated successfully, but these errors were encountered: