Skip to content

#1-Standard-Mode-Fetch-Error #1

@ZichengLiang

Description

@ZichengLiang

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions