Open rbren opened 2 hours ago
We need to make an initial call to /authenticate to check if the user is logged in when the page loads. However, we are currently calling /authenticate repeatedly throughout a user's session. We should stop this so it's only called once
The fix should be in ./frontend/src
Docker command in README
main
None
No response
OpenHands started fixing the issue! You can monitor the progress here.
A potential fix has been generated and a draft PR #4702 has been created. Please review the changes.
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
We need to make an initial call to /authenticate to check if the user is logged in when the page loads. However, we are currently calling /authenticate repeatedly throughout a user's session. We should stop this so it's only called once
The fix should be in ./frontend/src
OpenHands Installation
Docker command in README
OpenHands Version
main
Operating System
None
Logs, Errors, Screenshots, and Additional Context
No response