Skip to content
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

Enhancement: Session Checks after inactivity #3262

Open
1 task done
kezzzsVS opened this issue Jul 4, 2024 · 2 comments
Open
1 task done

Enhancement: Session Checks after inactivity #3262

kezzzsVS opened this issue Jul 4, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@kezzzsVS
Copy link

kezzzsVS commented Jul 4, 2024

What features would you like to see added?

I have LibreChat hosted as an Azure Container App with access fronted by an Azure EntraId login page.

When users return to LibreChat after a period of inactivity they might have to re-auth with Azure, however they often end up writing a new prompt and waiting a long time for an error to come back. The error is often blank, or unrelated, so it's not immediately obvious a refresh is necessary.

Is it possible to add some optional functionality which could perform an availability check when returning after a period of time, and prompting the user to reload the page if an unexpected response, or something like a 30 second timeout occurs?
I would have suggested simply reloading, however that would be annoying if halfway through writing a prompt.

More details

No additional details

Which components are impacted by your request?

General, UI, Endpoints

Pictures

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@kezzzsVS kezzzsVS added the enhancement New feature or request label Jul 4, 2024
@danny-avila
Copy link
Owner

There are a couple checks happening already when navigating the app, but I could add some simple ones when starting to write in the text prompt

@ChanLicher
Copy link

Similar experience here, sometimes when I was editing my presets or other configs, the session just disconnected. I hope the page does not refresh unless I log out. By the way, very wonderful project though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants