-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When running in standard mode, the user prompt will invoke the agentic generation flow but the browser will often show there's an error in fetching from the backend.
As far as I know, this is because the generation process is very long (5-10 minutes) which exceeds the usual http session. Additionally, the data size which we pass in backend server is large too. These are the two possible reasons of this error.
This error does not exist in localhost, it only appears in deployed version.
Current (Failed) Fix
I have a fix in frontend/lib/src/api.js that increases the session time to 15minutes but it's not working.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working